Started by user Tom Jenkinson Running as Tom Jenkinson Agent basic-hkd8v is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-hkd8v" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jta.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-hkd8v" - 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-hkd8v" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jta.svc.cluster.local/jta/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1" 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-jta" 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" Building remotely on basic-hkd8v (basic) in workspace /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-HOYzycnPZcWZ/agent.61 SSH_AGENT_PID=63 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest@tmp/private_key_16674729215156251320.key (/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest@tmp/private_key_16674729215156251320.key) [ssh-agent] Using credentials jta-bot (GitHub bot SSH) The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse-ee4j/jta-api.git > git init /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jta-api.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot SSH [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest@tmp/jenkins-gitclient-ssh3569555742520290642.key > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jta-api.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse-ee4j/jta-api.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 73c978b2139f24bc4ab1e1b514512991f600d41d (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 73c978b2139f24bc4ab1e1b514512991f600d41d # timeout=10 Commit message: "Fix javadoc build with JDK11" > git rev-list --no-walk 73c978b2139f24bc4ab1e1b514512991f600d41d # timeout=10 Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.9-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on basic-hkd8v Parsing POMs Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom Established TCP socket on 43481 Copied maven35-agent.jar Copied maven35-interceptor.jar Copied maven3-interceptor-commons.jar [eclipse-ee4j_jta-api-openjdk-jdk11-latest] $ /opt/tools/java/openjdk/jdk-11/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 43481 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/pom.xml install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] jakarta.transaction API [jar] [INFO] Jakarta transactions Parent [pom] [INFO] [INFO] ------------< jakarta.transaction:jakarta.transaction-api >------------- [INFO] Building jakarta.transaction API 2.0.1-SNAPSHOT [1/2] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/build/spec-version-maven-plugin/2.1/spec-version-maven-plugin-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/build/spec-version-maven-plugin/2.1/spec-version-maven-plugin-2.1.pom (16 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/build/spec-version-maven-plugin/2.1/spec-version-maven-plugin-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/build/spec-version-maven-plugin/2.1/spec-version-maven-plugin-2.1.jar (32 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 456 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 964 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (7.9 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (33 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.pom (11 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.jar (213 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 6.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.pom (15 kB at 406 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.jar (362 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 912 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0-M1/jakarta.enterprise.cdi-api-3.0.0-M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0-M1/jakarta.enterprise.cdi-api-3.0.0-M1.pom (10 kB at 778 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-parent/3.0.0-M1/jakarta.enterprise.cdi-parent-3.0.0-M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-parent/3.0.0-M1/jakarta.enterprise.cdi-parent-3.0.0-M1.pom (916 B at 229 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/4.0.0-RC1/jakarta.el-api-4.0.0-RC1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/4.0.0-RC1/jakarta.el-api-4.0.0-RC1.pom (13 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.0.0-RC1/jakarta.interceptor-api-2.0.0-RC1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.0.0-RC1/jakarta.interceptor-api-2.0.0-RC1.pom (12 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 311 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.0-RC2/jakarta.inject-api-2.0.0-RC2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.0-RC2/jakarta.inject-api-2.0.0-RC2.pom (3.9 kB at 974 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0-M1/jakarta.enterprise.cdi-api-3.0.0-M1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/4.0.0-RC1/jakarta.el-api-4.0.0-RC1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.0-RC2/jakarta.inject-api-2.0.0-RC2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.0.0-RC1/jakarta.interceptor-api-2.0.0-RC1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/4.0.0-RC1/jakarta.el-api-4.0.0-RC1.jar (81 kB at 8.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.0-RC2/jakarta.inject-api-2.0.0-RC2.jar (9.6 kB at 96 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.0.0-RC1/jakarta.interceptor-api-2.0.0-RC1.jar (25 kB at 245 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 234 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0-M1/jakarta.enterprise.cdi-api-3.0.0-M1.jar (111 kB at 971 kB/s) [INFO] [INFO] --- spec-version-maven-plugin:2.1:set-spec-properties (default) @ jakarta.transaction-api --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 325 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 386 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 834 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 6.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 14 MB/s) [INFO] [INFO] -- spec properties -- [INFO] spec.bundle.symbolic-name = jakarta.transaction-api [INFO] spec.implementation.version = 2.0.1 [INFO] spec.extension.name = jakarta.transaction [INFO] spec.bundle.spec.version = 2.0 [INFO] spec.specification.version = 2.0 [INFO] spec.bundle.version = 2.0.1 [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-resource) @ jakarta.transaction-api --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 649 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 376 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 592 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 498 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 413 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 763 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 626 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 521 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 667 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 562 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 618 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 558 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 687 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 580 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 391 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 357 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 707 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 947 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 275 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 523 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 766 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 727 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 931 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 537 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 7.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 939 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 524 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 307 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 587 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 744 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 324 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 150 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 819 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 128 kB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.transaction-api --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 879 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 667 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 987 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 333 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 261 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 660 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 874 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 526 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 280 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 280 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 273 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 414 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 622 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 489 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 387 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 988 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 495 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 874 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 343 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 705 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 700 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 272 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 658 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 642 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 79 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 495 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 564 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 643 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 2.2 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ jakarta.transaction-api --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 573 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 813 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 523 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (3.8 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (1.2 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 994 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 956 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 314 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 384 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 441 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 571 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 313 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 531 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 kB at 99 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (4.6 kB at 31 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 221 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 609 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 407 kB/s) [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ jakarta.transaction-api --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.pom (4.1 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 958 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 245 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 604 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 461 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 684 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 861 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 1.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 473 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 821 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 589 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 480 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 405 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 288 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 484 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 614 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom (3.8 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 346 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 344 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 989 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 8.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 9.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 588 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 636 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 529 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom (7.4 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 7.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 261 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 2.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 8.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 485 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 609 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 5.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 307 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 312 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 790 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.jar (3.7 MB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 444 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 554 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 378 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 6.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 949 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 994 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 9.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 933 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar (290 kB at 616 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 346 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 434 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 381 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar (196 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 475 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 376 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 312 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 584 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 799 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 37 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 29 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 201 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 24 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 7.5 kB/s) [WARNING] Manifest jakarta.transaction:jakarta.transaction-api:jar:2.0.1-SNAPSHOT : Unused Import-Package instructions: [javax.interceptor.*] [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.transaction-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ jakarta.transaction-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.transaction-api --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 325 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 628 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 880 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 519 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 808 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 5.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 166 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 471 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 187 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 133 kB/s) [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jakarta.transaction-api --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 936 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 899 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 338 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 5.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 4.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 1.1 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/jakarta.transaction-api-2.0.1-SNAPSHOT.jar [INFO] [INFO] --- spec-version-maven-plugin:2.1:check-module (default) @ jakarta.transaction-api --- [INFO] [INFO] --- maven-source-plugin:2.1:jar-no-fork (attach-sources) @ jakarta.transaction-api --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4/maven-archiver-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4/maven-archiver-2.4.pom (3.4 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (2.4 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (1.4 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-11/plexus-archiver-1.0-alpha-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-11/plexus-archiver-1.0-alpha-11.pom (1.8 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom (1.7 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-15/plexus-containers-1.0-alpha-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-15/plexus-containers-1.0-alpha-15.pom (1.9 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-15/plexus-component-api-1.0-alpha-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-15/plexus-component-api-1.0-alpha-15.pom (948 B at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom (2.4 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-3/plexus-io-1.0-alpha-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-3/plexus-io-1.0-alpha-3.pom (1.4 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom (2.2 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-16/plexus-containers-1.0-alpha-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-16/plexus-containers-1.0-alpha-16.pom (1.9 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom (2.3 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom (2.9 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom (1.8 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom (1.3 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4/maven-archiver-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4/maven-archiver-2.4.jar (20 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar (12 kB at 510 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.jar (51 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar (157 kB at 4.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 5.3 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/jakarta.transaction-api-2.0.1-SNAPSHOT-sources.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.9:javadoc (default) > generate-sources @ jakarta.transaction-api >>> [INFO] [INFO] --- spec-version-maven-plugin:2.1:set-spec-properties (default) @ jakarta.transaction-api --- [INFO] [INFO] -- spec properties -- [INFO] spec.bundle.symbolic-name = jakarta.transaction-api [INFO] spec.implementation.version = 2.0.1 [INFO] spec.extension.name = jakarta.transaction [INFO] spec.bundle.spec.version = 2.0 [INFO] spec.specification.version = 2.0 [INFO] spec.bundle.version = 2.0.1 [INFO] [WARNING] Failed to getClass for org.apache.maven.plugin.javadoc.JavadocReport [INFO] [INFO] <<< maven-javadoc-plugin:2.9:javadoc (default) < generate-sources @ jakarta.transaction-api <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.9:javadoc (default) @ jakarta.transaction-api --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 506 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 527 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 624 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 308 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 440 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 964 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 850 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom (5.8 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (3.5 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 817 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 327 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 998 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 690 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 554 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 525 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.pom (2.4 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom (19 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom (3.8 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom (2.5 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 628 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 740 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 770 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 259 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 737 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 401 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 614 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 546 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 963 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 560 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 467 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 578 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar (28 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 546 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 884 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar (180 kB at 799 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar (185 kB at 797 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.jar (367 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 989 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 225 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 97 kB/s) [INFO] Loading source files for package jakarta.transaction... Constructing Javadoc information... Standard Doclet version 11.0.2 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/HeuristicCommitException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/HeuristicMixedException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/HeuristicRollbackException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/InvalidTransactionException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/NotSupportedException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/RollbackException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/Status.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/Synchronization.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/SystemException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/Transaction.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/Transactional.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/Transactional.TxType.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/TransactionalException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/TransactionManager.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/TransactionRequiredException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/TransactionRolledbackException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/TransactionScoped.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/TransactionSynchronizationRegistry.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/UserTransaction.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/package-summary.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/package-tree.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/HeuristicMixedException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/TransactionSynchronizationRegistry.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/Synchronization.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/UserTransaction.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/NotSupportedException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/SystemException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/RollbackException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/HeuristicRollbackException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/TransactionRolledbackException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/HeuristicCommitException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/TransactionManager.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/Transaction.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/InvalidTransactionException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/TransactionRequiredException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/Transactional.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/Transactional.TxType.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/Status.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/TransactionScoped.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/class-use/TransactionalException.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/jakarta/transaction/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-1.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-2.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-3.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-4.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-5.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-6.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-7.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-8.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-9.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-10.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-11.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-12.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-13.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-14.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-15.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-16.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index-files/index-17.html... Building index for all classes... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/index.html... Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/site/apidocs/help-doc.html... 2 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/src/main/java/jakarta/transaction/package.html:34: warning: empty

tag [WARNING]

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/src/main/java/jakarta/transaction/Transactional.java:68: warning: no @return [WARNING] TxType value() default TxType.REQUIRED; [WARNING] ^ [JENKINS] Archiving javadoc [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.transaction-api --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 5.9 MB/s) [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/jakarta.transaction-api-2.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.1-SNAPSHOT/jakarta.transaction-api-2.0.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/pom.xml to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.1-SNAPSHOT/jakarta.transaction-api-2.0.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/jakarta.transaction-api-2.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.1-SNAPSHOT/jakarta.transaction-api-2.0.1-SNAPSHOT-sources.jar [INFO] [INFO] -----------< jakarta.transaction:jakarta.transaction-parent >----------- [INFO] Building Jakarta transactions Parent 2.0.1-SNAPSHOT [2/2] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.transaction-parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/pom.xml to /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-parent/2.0.1-SNAPSHOT/jakarta.transaction-parent-2.0.1-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Jakarta transactions Parent 2.0.1-SNAPSHOT: [INFO] [INFO] jakarta.transaction API ............................ SUCCESS [ 26.367 s] [INFO] Jakarta transactions Parent ........................ SUCCESS [ 0.056 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 27.763 s [INFO] Finished at: 2022-02-01T17:39:49Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/pom.xml to jakarta.transaction/jakarta.transaction-parent/2.0.1-SNAPSHOT/jakarta.transaction-parent-2.0.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/pom.xml to jakarta.transaction/jakarta.transaction-api/2.0.1-SNAPSHOT/jakarta.transaction-api-2.0.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/jakarta.transaction-api-2.0.1-SNAPSHOT.jar to jakarta.transaction/jakarta.transaction-api/2.0.1-SNAPSHOT/jakarta.transaction-api-2.0.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/jakarta.transaction-api-2.0.1-SNAPSHOT-sources.jar to jakarta.transaction/jakarta.transaction-api/2.0.1-SNAPSHOT/jakarta.transaction-api-2.0.1-SNAPSHOT-sources.jar Copying /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api@tmp/maven-reporters/project to /var/jenkins/jobs/eclipse-ee4j_jta-api-openjdk-jdk11-latest/modules/jakarta.transaction$jakarta.transaction-api channel stopped [eclipse-ee4j_jta-api-openjdk-jdk11-latest] $ /bin/sh -xe /tmp/jenkins2151849747317275847.sh + set -e + cd api ++ mvn -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version ++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$' + SNAPSHOT_VERSION=2.0.1-SNAPSHOT + cd /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest + GLASSFISH_MAJOR=7 + TS_JTE=https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/install/jta/bin/ts.jte + git clone https://github.com/eclipse-ee4j/glassfish.git Cloning into 'glassfish'... Checking out files: 45% (13609/30132) Checking out files: 46% (13861/30132) Checking out files: 47% (14163/30132) Checking out files: 48% (14464/30132) Checking out files: 49% (14765/30132) Checking out files: 50% (15066/30132) Checking out files: 51% (15368/30132) Checking out files: 52% (15669/30132) Checking out files: 53% (15970/30132) Checking out files: 54% (16272/30132) Checking out files: 55% (16573/30132) Checking out files: 56% (16874/30132) Checking out files: 57% (17176/30132) Checking out files: 58% (17477/30132) Checking out files: 59% (17778/30132) Checking out files: 60% (18080/30132) Checking out files: 61% (18381/30132) Checking out files: 62% (18682/30132) Checking out files: 63% (18984/30132) Checking out files: 64% (19285/30132) Checking out files: 65% (19586/30132) Checking out files: 66% (19888/30132) Checking out files: 67% (20189/30132) Checking out files: 68% (20490/30132) Checking out files: 69% (20792/30132) Checking out files: 70% (21093/30132) Checking out files: 71% (21394/30132) Checking out files: 72% (21696/30132) Checking out files: 73% (21997/30132) Checking out files: 74% (22298/30132) Checking out files: 75% (22599/30132) Checking out files: 76% (22901/30132) Checking out files: 77% (23202/30132) Checking out files: 78% (23503/30132) Checking out files: 79% (23805/30132) Checking out files: 80% (24106/30132) Checking out files: 81% (24407/30132) Checking out files: 82% (24709/30132) Checking out files: 83% (25010/30132) Checking out files: 84% (25311/30132) Checking out files: 85% (25613/30132) Checking out files: 86% (25914/30132) Checking out files: 87% (26215/30132) Checking out files: 88% (26517/30132) Checking out files: 89% (26818/30132) Checking out files: 90% (27119/30132) Checking out files: 90% (27365/30132) Checking out files: 91% (27421/30132) Checking out files: 92% (27722/30132) Checking out files: 93% (28023/30132) Checking out files: 94% (28325/30132) Checking out files: 95% (28626/30132) Checking out files: 96% (28927/30132) Checking out files: 97% (29229/30132) Checking out files: 98% (29530/30132) Checking out files: 99% (29831/30132) Checking out files: 100% (30132/30132) Checking out files: 100% (30132/30132), done. + cd glassfish + git checkout master Already on 'master' Your branch is up to date with 'origin/master'. + mvn -Pstaging clean install -Djavax.transaction-api.version=2.0.1-SNAPSHOT -DskipTests [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.main:glassfish-main-aggregator:pom:7.0.0-SNAPSHOT [WARNING] 'parent.relativePath' of POM org.glassfish.main:glassfish-main-aggregator:7.0.0-SNAPSHOT (/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/pom.xml) points at jakarta.transaction:jakarta.transaction-parent instead of org.eclipse.ee4j:project, please verify your project structure @ line 23, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [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 Project [pom] [INFO] GlassFish Snapshots Parent [pom] [INFO] Tags master SNAPSHOT [pom] [INFO] jBatch master SNAPSHOT [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] 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] Admin Console Jackson JAXB Repackaging [jar] [INFO] Glassfish featuresets [pom] [INFO] Glassfish Nucleus Atomic Featureset [pom] [INFO] Glassfish Atomic Distribution [glassfish-distribution] [INFO] Glassfish Nucleus Featureset [pom] [INFO] Nucleus Distribution [glassfish-distribution] [INFO] Diagnostics [pom] [INFO] Diagnostics API [glassfish-jar] [INFO] GlassFish Diagnostics Context [glassfish-jar] [INFO] AMX JavaEE [glassfish-jar] [INFO] LDAP Booster Pack [glassfish-jar] [INFO] GlassFish HA modules [pom] [INFO] GlassFish ha-file-store [glassfish-jar] [INFO] GlassFish ha-shoal-cache-bootstrap [glassfish-jar] [INFO] GlassFish ha-shoal-store [glassfish-jar] [INFO] Set of DTDs for GlassFish 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] Glassfish distributions [pom] [INFO] GlassFish distribution Common module [distribution-fragment] [INFO] Glassfish Web Profile Distribution [glassfish-distribution] [INFO] Glassfish Full Profile Distribution [glassfish-distribution] [INFO] Security Related Implementation for GlassFish [pom] [INFO] GlassFish Tests [pom] [INFO] TCK: Parent [pom] [INFO] TCK: Download and Install Dependencies not in Maven Repos [pom] [INFO] TCK: Install Jakarta Authorization TCK [pom] [INFO] TCK: Install Jakarta Authorization`s tsharness [pom] [INFO] TCK: Install Jakarta Authorization`s javatest [pom] [INFO] TCK: Authorization [pom] [INFO] TCK: Embedded EJB - Smoke Tests [pom] [INFO] TCK: EJB Lite Basic [jar] [INFO] TCK: Run embedded EJB smoke [jar] [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] ------------< org.glassfish.main:glassfish-main-aggregator >------------ [INFO] Building GlassFish Project 7.0.0-SNAPSHOT [1/294] [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-main-aggregator/7.0.0-SNAPSHOT/glassfish-main-aggregator-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main:glassfish-qa-config >--------------- [INFO] Building Code Quality Verification Tools - Configuration 7.0.0-SNAPSHOT [2/294] [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/qa/target/glassfish-qa-config-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ glassfish-qa-config --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/qa/target/glassfish-qa-config-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/7.0.0-SNAPSHOT/glassfish-qa-config-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/qa/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/7.0.0-SNAPSHOT/glassfish-qa-config-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main:nucleus-parent >------------------ [INFO] Building GlassFish Nucleus Parent Project 7.0.0-SNAPSHOT [3/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-parent --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-parent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/classes/META-INF for [INFO] [echo] nucleus-parent [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/nucleus-parent/7.0.0-SNAPSHOT/nucleus-parent-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/.m2/repository/org/glassfish/main/nucleus-parent/7.0.0-SNAPSHOT/nucleus-parent-7.0.0-SNAPSHOT-resources.zip [INFO] [INFO] ------------< org.glassfish.main:glassfish-nucleus-parent >------------- [INFO] Building GlassFish Nucleus Project 7.0.0-SNAPSHOT [4/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ glassfish-nucleus-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ glassfish-nucleus-parent --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-nucleus-parent --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-nucleus-parent --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-nucleus-parent --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-nucleus-parent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-nucleus-parent --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/target/classes/META-INF for [INFO] [echo] glassfish-nucleus-parent [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-nucleus-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ glassfish-nucleus-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main-glassfish-nucleus-parent-checkstyle) @ glassfish-nucleus-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-nucleus-parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-nucleus-parent/7.0.0-SNAPSHOT/glassfish-nucleus-parent-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.snapshots:snapshotsmodule >------------ [INFO] Building GlassFish Snapshots Parent 7.0.0-SNAPSHOT [5/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ snapshotsmodule --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ snapshotsmodule --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ snapshotsmodule --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ snapshotsmodule --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ snapshotsmodule --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ snapshotsmodule --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ snapshotsmodule --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/target/classes/META-INF for [INFO] [echo] snapshotsmodule [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ snapshotsmodule --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ snapshotsmodule --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.snapshots-snapshotsmodule-checkstyle) @ snapshotsmodule --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ snapshotsmodule --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/snapshots/snapshotsmodule/7.0.0-SNAPSHOT/snapshotsmodule-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.snapshots:tags-snapshot >------------- [INFO] Building Tags master SNAPSHOT 7.0.0-SNAPSHOT [6/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tags-snapshot --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ tags-snapshot --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ tags-snapshot --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ tags-snapshot --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ tags-snapshot --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ tags-snapshot --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- download-maven-plugin:1.6.7:wget (download-tags) @ tags-snapshot --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ tags-snapshot --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/classes/META-INF for [INFO] [echo] tags-snapshot [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ tags-snapshot --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-invoker-plugin:3.2.1:run (tags-api) @ tags-snapshot --- [WARNING] Filtering of parent/child POMs is not supported without cloning the projects [INFO] Building: pom.xml [INFO] [INFO] Scanning for projects... [INFO] [INFO] [INFO] [INFO] -------< jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api >-------- [INFO] [INFO] Building Jakarta Standard Tag Library API 3.0.0-SNAPSHOT [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] [INFO] [INFO] --- spec-version-maven-plugin:2.1:set-spec-properties (default) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] [INFO] [INFO] -- spec properties -- [INFO] [INFO] spec.bundle.symbolic-name = jakarta.servlet.jsp.jstl-api [INFO] [INFO] spec.implementation.version = 3.0.0 [INFO] [INFO] spec.extension.name = jakarta.servlet.jsp.jstl [INFO] [INFO] spec.bundle.spec.version = 3.0 [INFO] [INFO] spec.specification.version = 3.0 [INFO] [INFO] spec.bundle.version = 3.0.0 [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (timestamp-property) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 0 resource [INFO] [INFO] Copying 2 resources to META-INF [INFO] [INFO] Copying 0 resource to META-INF [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/classes [INFO] [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/src/main/java/jakarta/servlet/jsp/jstl/core/IndexedValueExpression.java:[49,19] getValue(jakarta.el.ELContext) in jakarta.servlet.jsp.jstl.core.IndexedValueExpression overrides getValue(jakarta.el.ELContext) in jakarta.el.ValueExpression [INFO] return type requires unchecked conversion from java.lang.Object to T [INFO] [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/src/main/java/jakarta/servlet/jsp/jstl/core/IteratedValueExpression.java:[38,19] getValue(jakarta.el.ELContext) in jakarta.servlet.jsp.jstl.core.IteratedValueExpression overrides getValue(jakarta.el.ELContext) in jakarta.el.ValueExpression [INFO] return type requires unchecked conversion from java.lang.Object to T [INFO] [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/jakarta.servlet.jsp.jstl-api-3.0.0-SNAPSHOT.jar [INFO] [INFO] [INFO] [INFO] --- spec-version-maven-plugin:2.1:check-module (default) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/jakarta.servlet.jsp.jstl-api-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-api-javadocs) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] [INFO] Loading source file /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/src/main/java/module-info.java... [INFO] Loading source files for package jakarta.servlet.jsp.jstl.core... [INFO] Loading source files for package jakarta.servlet.jsp.jstl.fmt... [INFO] Loading source files for package jakarta.servlet.jsp.jstl.sql... [INFO] Loading source files for package jakarta.servlet.jsp.jstl.tlv... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 11.0.2 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/ConditionalTagSupport.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/Config.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/IndexedValueExpression.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/IteratedExpression.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/IteratedValueExpression.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/LoopTag.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/LoopTagStatus.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/LoopTagSupport.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/fmt/LocaleSupport.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/fmt/LocalizationContext.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/sql/Result.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/sql/ResultSupport.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/sql/SQLExecutionTag.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/tlv/PermittedTaglibsTLV.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/tlv/ScriptFreeTLV.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/fmt/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/fmt/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/sql/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/sql/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/tlv/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/tlv/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/module-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/class-use/ConditionalTagSupport.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/class-use/Config.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/class-use/IndexedValueExpression.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/class-use/IteratedExpression.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/class-use/IteratedValueExpression.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/class-use/LoopTag.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/class-use/LoopTagStatus.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/class-use/LoopTagSupport.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/fmt/class-use/LocaleSupport.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/fmt/class-use/LocalizationContext.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/sql/class-use/Result.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/sql/class-use/ResultSupport.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/sql/class-use/SQLExecutionTag.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/tlv/class-use/PermittedTaglibsTLV.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/tlv/class-use/ScriptFreeTLV.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/core/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/fmt/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/sql/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/jakarta.servlet.jsp.jstl/jakarta/servlet/jsp/jstl/tlv/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/index-all.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/allclasses-index.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/allpackages-index.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/allclasses.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/allclasses.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/apidocs/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/jakarta.servlet.jsp.jstl-api-3.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.servlet.jsp.jstl-api --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/jakarta.servlet.jsp.jstl-api-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/3.0.0-SNAPSHOT/jakarta.servlet.jsp.jstl-api-3.0.0-SNAPSHOT.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/interpolated-pom.xml to /home/jenkins/.m2/repository/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/3.0.0-SNAPSHOT/jakarta.servlet.jsp.jstl-api-3.0.0-SNAPSHOT.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/jakarta.servlet.jsp.jstl-api-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/3.0.0-SNAPSHOT/jakarta.servlet.jsp.jstl-api-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/jakarta.servlet.jsp.jstl-api-3.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/3.0.0-SNAPSHOT/jakarta.servlet.jsp.jstl-api-3.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 15.923 s [INFO] [INFO] Finished at: 2022-02-01T17:41:53Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] pom.xml .......................................... SUCCESS (17.3 s) [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 1, Failed: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------- [INFO] [INFO] --- maven-invoker-plugin:3.2.1:run (tags-impl) @ tags-snapshot --- [WARNING] Filtering of parent/child POMs is not supported without cloning the projects [INFO] Building: pom.xml [INFO] [INFO] Scanning for projects... [INFO] [INFO] [INFO] [INFO] -------------< org.glassfish.web:jakarta.servlet.jsp.jstl >------------- [INFO] [INFO] Building Jakarta Standard Tag Library Implementation 3.0.0-SNAPSHOT [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (timestamp-property) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 4 resources [INFO] [INFO] Copying 15 resources [INFO] [INFO] Copying 2 resources to META-INF [INFO] [INFO] Copying 0 resource to META-INF [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 210 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/classes [INFO] [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/main/java/org/apache/taglibs/standard/lang/jstl/Coercions.java:[804,53] unchecked call to compareTo(T) as a member of the raw type java.lang.Comparable [INFO] [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/main/java/org/apache/taglibs/standard/lang/jstl/Coercions.java:[824,54] unchecked call to compareTo(T) as a member of the raw type java.lang.Comparable [INFO] [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/main/java/org/apache/taglibs/standard/tag/common/fmt/FormatNumberSupport.java:[312,47] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [INFO] [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/main/java/org/apache/taglibs/standard/tag/common/fmt/FormatNumberSupport.java:[322,44] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [INFO] [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/main/java/org/apache/taglibs/standard/lang/jstl/EnumeratedMap.java:[174,15] unchecked call to put(K,V) as a member of the raw type java.util.Map [INFO] [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/main/java/org/apache/taglibs/standard/tag/common/core/SetSupport.java:[163,39] unchecked call to put(K,V) as a member of the raw type java.util.Map [INFO] [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/main/java/org/apache/taglibs/standard/tag/common/core/SetSupport.java:[225,40] unchecked method invocation: method coerceToType in class jakarta.el.ExpressionFactory is applied to given types [INFO] required: java.lang.Object,java.lang.Class [INFO] found: java.lang.Object,java.lang.Class [INFO] [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/main/java/org/apache/taglibs/standard/tag/common/core/SetSupport.java:[225,48] unchecked conversion [INFO] required: java.lang.Class [INFO] found: java.lang.Class [INFO] [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/main/java/org/apache/taglibs/standard/lang/jstl/BeanInfoManager.java:[333,40] unchecked call to getDeclaredMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [INFO] [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/main/java/org/apache/taglibs/standard/lang/jstl/BeanInfoManager.java:[339,31] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [INFO] [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/main/java/org/apache/taglibs/standard/lang/jstl/ELEvaluator.java:[319,25] unchecked call to put(K,V) as a member of the raw type java.util.Map [INFO] [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/main/java/org/apache/taglibs/standard/tag/common/core/ForEachSupport.java: Some input files use or override a deprecated API. [INFO] [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/main/java/org/apache/taglibs/standard/tag/common/core/ForEachSupport.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/test-classes [INFO] [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/test/java/org/apache/taglibs/standard/lang/jstl/test/EvaluationTest.java: Some input files use or override a deprecated API. [INFO] [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/src/test/java/org/apache/taglibs/standard/lang/jstl/test/EvaluationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] Surefire report directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.taglibs.standard.lang.jstl.test.ParserTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [INFO] Running org.apache.taglibs.standard.lang.jstl.test.EvaluationTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec [INFO] [INFO] Results : [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [INFO] [INFO] --- exec-maven-plugin:3.0.0:java (generateTldDoc) @ jakarta.servlet.jsp.jstl --- [INFO] Loading and translating 5 Tag Libraries... [INFO] Generating docs for JSTL sql... [INFO] Generating docs for JSTL XML... [INFO] Generating docs for JSTL fmt... [INFO] Generating docs for JSTL core... [INFO] Generating docs for JSTL functions... [INFO] [INFO] Documentation generated. If your tag library is intended for public use, [INFO] please add it to the repository at http://taglibrarydoc.dev.java.net/ [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT.jar [INFO] [INFO] [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] Including xalan:xalan:jar:2.7.2 in the shaded jar. [INFO] [INFO] Excluding jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:jar:3.0.0-SNAPSHOT from the shaded jar. [INFO] [INFO] Excluding xalan:serializer:jar:2.7.2 from the shaded jar. [INFO] [INFO] Excluding xml-apis:xml-apis:jar:1.3.04 from the shaded jar. [INFO] [INFO] Replacing original artifact with shaded artifact. [INFO] [INFO] Replacing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/dependency-reduced-pom.xml [INFO] [INFO] [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (generate-tlddoc-post-process) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] Executing tasks [INFO] [INFO] [echo] Replacing in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/tlddoc [INFO] [INFO] [replace] Replaced 3 occurrences in 3 files. [INFO] [INFO] Executed tasks [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-javadocs) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.servlet.jsp.jstl --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/web/jakarta.servlet.jsp.jstl/3.0.0-SNAPSHOT/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/web/jakarta.servlet.jsp.jstl/3.0.0-SNAPSHOT/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/web/jakarta.servlet.jsp.jstl/3.0.0-SNAPSHOT/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/web/jakarta.servlet.jsp.jstl/3.0.0-SNAPSHOT/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 19.718 s [INFO] [INFO] Finished at: 2022-02-01T17:42:14Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] pom.xml .......................................... SUCCESS (21.0 s) [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 1, Failed: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ tags-snapshot --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.snapshots-tags-snapshot-checkstyle) @ tags-snapshot --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tags-snapshot --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/snapshots/tags-snapshot/7.0.0-SNAPSHOT/tags-snapshot-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.snapshots:jbatch-snapshot >------------ [INFO] Building jBatch master SNAPSHOT 7.0.0-SNAPSHOT [7/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jbatch-snapshot --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jbatch-snapshot --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jbatch-snapshot --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jbatch-snapshot --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jbatch-snapshot --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jbatch-snapshot --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- download-maven-plugin:1.6.7:wget (download-jbatch) @ jbatch-snapshot --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jbatch-snapshot --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/classes/META-INF for [INFO] [echo] jbatch-snapshot [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jbatch-snapshot --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-invoker-plugin:3.2.1:run (tags-api) @ jbatch-snapshot --- [WARNING] Filtering of parent/child POMs is not supported without cloning the projects [INFO] Building: pom.xml [INFO] [INFO] Scanning for projects... [INFO] [WARNING] [INFO] [WARNING] Some problems were encountered while building the effective model for com.ibm.jbatch:com.ibm.jbatch.container:jar:2.1.0-M2-SNAPSHOT [INFO] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 70, column 21 [INFO] [WARNING] The expression ${build.testOutputDirectory} is deprecated. Please use ${project.build.testOutputDirectory} instead. [INFO] [WARNING] [INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [INFO] [WARNING] [INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [INFO] [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Build Order: [INFO] [INFO] [INFO] [INFO] jbatch-parent [pom] [INFO] [INFO] Jakarta Batch jbatch SPI For Host Environments [jar] [INFO] [INFO] Jakarta Batch jbatch Implementation [jar] [INFO] [INFO] [INFO] [INFO] --------------------< com.ibm.jbatch:jbatch-parent >-------------------- [INFO] [INFO] Building jbatch-parent 2.1.0-M2-SNAPSHOT [1/3] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jbatch-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ jbatch-parent --- [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ jbatch-parent >>> [INFO] [INFO] [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ jbatch-parent --- [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ jbatch-parent <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ jbatch-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ jbatch-parent --- [INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jbatch-parent --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/interpolated-pom.xml to /home/jenkins/.m2/repository/com/ibm/jbatch/jbatch-parent/2.1.0-M2-SNAPSHOT/jbatch-parent-2.1.0-M2-SNAPSHOT.pom [INFO] [INFO] [INFO] [INFO] -----------------< com.ibm.jbatch:com.ibm.jbatch.spi >------------------ [INFO] [INFO] Building Jakarta Batch jbatch SPI For Host Environments 2.1.0-M2-SNAPSHOT [2/3] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.ibm.jbatch.spi --- [INFO] [INFO] [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ com.ibm.jbatch.spi --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ com.ibm.jbatch.spi --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/src/main/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ com.ibm.jbatch.spi --- [INFO] [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ com.ibm.jbatch.spi --- [INFO] [INFO] Not copying test resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ com.ibm.jbatch.spi --- [INFO] [INFO] Not compiling test sources [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ com.ibm.jbatch.spi --- [INFO] [INFO] Tests are skipped. [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ com.ibm.jbatch.spi --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/com.ibm.jbatch.spi-2.1.0-M2-SNAPSHOT.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ com.ibm.jbatch.spi >>> [INFO] [INFO] [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ com.ibm.jbatch.spi --- [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ com.ibm.jbatch.spi <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ com.ibm.jbatch.spi --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/com.ibm.jbatch.spi-2.1.0-M2-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ com.ibm.jbatch.spi --- [INFO] [INFO] [INFO] Loading source files for package com.ibm.jbatch.spi... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 11.0.2 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/BatchJobUtil.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/BatchSecurityHelper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/BatchSPIManager.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/BatchSPIManager.PlatformMode.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/DatabaseAlreadyInitializedException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/DatabaseConfigurationBean.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/ExecutorServiceProvider.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/ServiceInfo.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/ServiceRegistry.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/ServiceRegistry.ServiceImplClassNames.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/ServiceRegistry.ServiceInterfaceNames.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/ServiceRegistry.ServicePropertyNames.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/TaggedJobExecution.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/class-use/BatchJobUtil.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/class-use/DatabaseAlreadyInitializedException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/class-use/DatabaseConfigurationBean.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/class-use/TaggedJobExecution.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/class-use/BatchSPIManager.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/class-use/BatchSPIManager.PlatformMode.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/class-use/BatchSecurityHelper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/class-use/ExecutorServiceProvider.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/class-use/ServiceRegistry.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/class-use/ServiceRegistry.ServiceInterfaceNames.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/class-use/ServiceRegistry.ServicePropertyNames.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/class-use/ServiceRegistry.ServiceImplClassNames.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/class-use/ServiceInfo.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/com/ibm/jbatch/spi/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/index-all.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/allclasses-index.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/allpackages-index.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/allclasses.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/allclasses.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/com.ibm.jbatch.spi-2.1.0-M2-SNAPSHOT-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ com.ibm.jbatch.spi --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/com.ibm.jbatch.spi-2.1.0-M2-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/ibm/jbatch/com.ibm.jbatch.spi/2.1.0-M2-SNAPSHOT/com.ibm.jbatch.spi-2.1.0-M2-SNAPSHOT.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/pom.xml to /home/jenkins/.m2/repository/com/ibm/jbatch/com.ibm.jbatch.spi/2.1.0-M2-SNAPSHOT/com.ibm.jbatch.spi-2.1.0-M2-SNAPSHOT.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/com.ibm.jbatch.spi-2.1.0-M2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/com/ibm/jbatch/com.ibm.jbatch.spi/2.1.0-M2-SNAPSHOT/com.ibm.jbatch.spi-2.1.0-M2-SNAPSHOT-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/com.ibm.jbatch.spi-2.1.0-M2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/com/ibm/jbatch/com.ibm.jbatch.spi/2.1.0-M2-SNAPSHOT/com.ibm.jbatch.spi-2.1.0-M2-SNAPSHOT-javadoc.jar [INFO] [INFO] [INFO] [INFO] --------------< com.ibm.jbatch:com.ibm.jbatch.container >--------------- [INFO] [INFO] Building Jakarta Batch jbatch Implementation 2.1.0-M2-SNAPSHOT [3/3] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.ibm.jbatch.container --- [INFO] [INFO] [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ com.ibm.jbatch.container --- [INFO] [INFO] [INFO] [INFO] --- properties-maven-plugin:1.0-alpha-2:set-system-properties (set-additional-system-properties) @ com.ibm.jbatch.container --- [INFO] [INFO] Set 1 system property [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ com.ibm.jbatch.container --- [INFO] [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/generated-sources added. [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack) @ com.ibm.jbatch.container --- [INFO] [INFO] Configured Artifact: jakarta.batch:jakarta.batch-api:2.1.0-M1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/batch/jakarta.batch-api/2.1.0-M1/jakarta.batch-api-2.1.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/classes with includes "xsd/*.*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ com.ibm.jbatch.container --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 11 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ com.ibm.jbatch.container --- [INFO] [INFO] Compiling 212 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ com.ibm.jbatch.container --- [INFO] [INFO] Not copying test resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ com.ibm.jbatch.container --- [INFO] [INFO] Not compiling test sources [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ com.ibm.jbatch.container --- [INFO] [INFO] Tests are skipped. [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ com.ibm.jbatch.container --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/com.ibm.jbatch.container-2.1.0-M2-SNAPSHOT.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ com.ibm.jbatch.container >>> [INFO] [INFO] [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ com.ibm.jbatch.container --- [INFO] [INFO] [INFO] [INFO] --- properties-maven-plugin:1.0-alpha-2:set-system-properties (set-additional-system-properties) @ com.ibm.jbatch.container --- [INFO] [INFO] Set 1 system property [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ com.ibm.jbatch.container --- [INFO] [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/generated-sources added. [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack) @ com.ibm.jbatch.container --- [INFO] [INFO] Configured Artifact: jakarta.batch:jakarta.batch-api:2.1.0-M1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/batch/jakarta.batch-api/2.1.0-M1/jakarta.batch-api-2.1.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/classes with includes "xsd/*.*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ com.ibm.jbatch.container <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ com.ibm.jbatch.container --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/com.ibm.jbatch.container-2.1.0-M2-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ com.ibm.jbatch.container --- [INFO] [ERROR] Error fetching link: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/apidocs/package-list. Ignored it. [INFO] [INFO] [INFO] Loading source files for package com.ibm.jbatch.container... [INFO] Loading source files for package com.ibm.jbatch.container.annotation... [INFO] Loading source files for package com.ibm.jbatch.container.api.impl... [INFO] Loading source files for package com.ibm.jbatch.container.artifact.proxy... [INFO] Loading source files for package com.ibm.jbatch.container.callback... [INFO] Loading source files for package com.ibm.jbatch.container.cdi... [INFO] Loading source files for package com.ibm.jbatch.container.context.impl... [INFO] Loading source files for package com.ibm.jbatch.container.exception... [INFO] Loading source files for package com.ibm.jbatch.container.impl... [INFO] Loading source files for package com.ibm.jbatch.container.jobinstance... [INFO] Loading source files for package com.ibm.jbatch.container.jsl... [INFO] Loading source files for package com.ibm.jbatch.container.jsl.impl... [INFO] Loading source files for package com.ibm.jbatch.container.modelresolver... [INFO] Loading source files for package com.ibm.jbatch.container.modelresolver.impl... [INFO] Loading source files for package com.ibm.jbatch.container.navigator... [INFO] Loading source files for package com.ibm.jbatch.container.persistence... [INFO] Loading source files for package com.ibm.jbatch.container.services... [INFO] Loading source files for package com.ibm.jbatch.container.services.impl... [INFO] Loading source files for package com.ibm.jbatch.container.servicesmanager... [INFO] Loading source files for package com.ibm.jbatch.container.status... [INFO] Loading source files for package com.ibm.jbatch.container.transaction.impl... [INFO] Loading source files for package com.ibm.jbatch.container.util... [INFO] Loading source files for package com.ibm.jbatch.container.validation... [INFO] Loading source files for package com.ibm.jbatch.jsl.util... [INFO] Loading source files for package com.ibm.jbatch.spi.services... [INFO] Loading source files for package jaxb.com.ibm.jbatch.jsl.model... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 11.0.2 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/IController.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/IExecutionElementController.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/IThreadRootController.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/annotation/TCKExperimentProperty.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/api/impl/JobOperatorImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/AbstractProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/BatchletProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/CheckpointAlgorithmProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/ChunkListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/DeciderProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/InjectionReferences.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/ItemProcessListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/ItemProcessorProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/ItemReaderProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/ItemReadListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/ItemWriteListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/ItemWriterProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/JobListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/ListenerFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/PartitionAnalyzerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/PartitionCollectorProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/PartitionMapperProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/PartitionReducerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/ProxyFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/RetryProcessListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/RetryReadListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/RetryWriteListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/SkipProcessListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/SkipReadListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/SkipWriteListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/StepListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/callback/IJobEndCallbackService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/callback/JobEndCallback.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/callback/JobEndCallbackManagerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/BatchCDIInjectionExtension.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/BatchProducerBean.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/BatchXMLMapper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/JobOpProducerBean.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/JobOpProducerBean.AnyLiteral.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/JobOpProducerBean.DefaultLiteral.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/context/impl/JobContextImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/context/impl/MetricImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/context/impl/StepContextImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/exception/BatchContainerRuntimeException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/exception/BatchContainerServiceException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/exception/IllegalBatchPropertyException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/exception/PersistenceException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/exception/TransactionManagementException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/BaseStepControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/BatchConfigImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/BatchKernelImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/BatchletStepControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/ChunkHelper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/ChunkStepControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/DecisionControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/ExecutionElementControllerFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/ExecutionTransitioner.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/FlowControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/FlowInSplitThreadRootControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/JobControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/JobThreadRootControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/PartitionedStepBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/PartitionedStepControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/PartitionThreadRootControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/RetryHandler.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/SingleThreadedStepControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/SkipHandler.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/SplitControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/JobExecutionHelper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/JobInstanceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/JobOperatorJobExecution.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/RuntimeFlowInSplitExecution.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/RuntimeJobExecution.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/StepExecutionImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/CloneUtility.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/ExecutionElement.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/IllegalTransitionException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/JobModelResolver.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/ModelResolver.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/ModelResolverFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/ModelSerializer.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/ModelSerializerFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/Transition.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/TransitionElement.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/FlowModelResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/GlobPatternMatcherImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/JobModelResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/JobModelSerializerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/SplitModelResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/StepModelResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/StepModelSerializerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/TransitionImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/UnmarshalledJSLComparator.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/PropertyResolver.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/PropertyResolverFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/AbstractPropertyResolver.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/AnalyzerPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/BatchletPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/CheckpointAlgorithmPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/ChunkPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/CollectorPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/ControlElementPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/DecisionPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/ExceptionClassesPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/FlowPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/ItemProcessorPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/ItemReaderPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/ItemWriterPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/JobPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/ListenerPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/PartitionMapperPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/PartitionPlanPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/PartitionPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/PartitionReducerPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/SplitPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/StepPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/navigator/AbstractNavigatorImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/navigator/FlowNavigatorImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/navigator/JobNavigatorImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/navigator/ModelNavigator.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/navigator/NavigatorFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/persistence/CheckpointData.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/persistence/CheckpointDataKey.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/persistence/CheckpointManager.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/persistence/ItemCheckpointAlgorithm.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/persistence/PersistentDataWrapper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/IBatchKernelService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/IJobExecution.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/IJobStatusManagerService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/IPersistenceManagerService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/IPersistenceManagerService.TimestampType.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/AbstractThreadPoolServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/BatchTransactionServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/BoundedThreadPoolServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/CDIBatchArtifactFactoryImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/DelegatingBatchArtifactFactoryImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/DelegatingJobXMLLoaderServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/DirectoryJobXMLLoaderServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/GrowableThreadPoolServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/JDBCPersistenceManagerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/JNDIDelegatingThreadPoolServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/JobStatusManagerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/JSEResultAdapter.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/NoOpBatchSecurityHelper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/RuntimeBatchJobUtil.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/SPIDelegatingThreadPoolServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/WeldSEBatchArtifactFactoryImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/servicesmanager/ServicesManager.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/servicesmanager/ServicesManagerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/servicesmanager/ServiceTypes.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/servicesmanager/ServiceTypes.Name.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/ExecutionStatus.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/ExtendedBatchStatus.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/JobStatus.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/JobStatusKey.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/SplitExecutionStatus.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/StepStatus.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/StepStatusKey.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/transaction/impl/DefaultNonTransactionalManager.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/transaction/impl/JTAUserTransactionAdapter.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/BatchContainerConstants.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/BatchFlowInSplitWorkUnit.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/BatchParallelWorkUnit.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/BatchPartitionPlan.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/BatchPartitionWorkUnit.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/BatchWorkUnit.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/DependencyInjectionUtility.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/FlowInSplitBuilderConfig.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/PartitionDataWrapper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/PartitionDataWrapper.PartitionEventType.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/PartitionsBuilderConfig.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/TCCLObjectInputStream.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/validation/ArtifactValidationException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/jsl/util/JSLLoader.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/jsl/util/JSLValidationEventHandler.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/jsl/util/PropertiesToStringHelper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/jsl/util/ValidatorHelper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/IBatchArtifactFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/IBatchConfig.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/IBatchServiceBase.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/IBatchThreadPoolService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/IJobXMLLoaderService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/ITransactionManagementService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/ParallelTaskResult.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/TransactionManagerAdapter.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/annotation/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/annotation/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/api/impl/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/api/impl/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/callback/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/callback/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/context/impl/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/context/impl/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/exception/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/exception/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/navigator/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/navigator/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/persistence/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/persistence/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/servicesmanager/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/servicesmanager/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/transaction/impl/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/transaction/impl/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/validation/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/validation/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/jsl/util/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/jsl/util/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/jaxb/com/ibm/jbatch/jsl/model/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/jaxb/com/ibm/jbatch/jsl/model/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/class-use/IExecutionElementController.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/class-use/IController.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/class-use/IThreadRootController.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/annotation/class-use/TCKExperimentProperty.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/api/impl/class-use/JobOperatorImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/PartitionAnalyzerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/AbstractProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/PartitionCollectorProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/StepListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/ListenerFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/InjectionReferences.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/JobListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/ChunkListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/ItemProcessListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/ItemReadListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/ItemWriteListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/RetryProcessListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/RetryReadListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/RetryWriteListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/SkipProcessListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/SkipReadListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/SkipWriteListenerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/PartitionMapperProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/ItemWriterProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/ItemProcessorProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/ItemReaderProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/ProxyFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/DeciderProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/BatchletProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/CheckpointAlgorithmProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/class-use/PartitionReducerProxy.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/callback/class-use/JobEndCallbackManagerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/callback/class-use/IJobEndCallbackService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/callback/class-use/JobEndCallback.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/class-use/BatchProducerBean.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/class-use/BatchXMLMapper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/class-use/JobOpProducerBean.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/class-use/JobOpProducerBean.DefaultLiteral.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/class-use/JobOpProducerBean.AnyLiteral.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/class-use/BatchCDIInjectionExtension.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/context/impl/class-use/StepContextImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/context/impl/class-use/MetricImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/context/impl/class-use/JobContextImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/exception/class-use/BatchContainerServiceException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/exception/class-use/BatchContainerRuntimeException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/exception/class-use/TransactionManagementException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/exception/class-use/PersistenceException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/exception/class-use/IllegalBatchPropertyException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/SingleThreadedStepControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/BaseStepControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/BatchConfigImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/JobControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/JobThreadRootControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/ExecutionTransitioner.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/ChunkHelper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/RetryHandler.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/ExecutionElementControllerFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/DecisionControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/FlowControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/SplitControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/SkipHandler.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/BatchKernelImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/FlowInSplitThreadRootControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/PartitionedStepControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/PartitionThreadRootControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/ChunkStepControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/BatchletStepControllerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/class-use/PartitionedStepBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/class-use/RuntimeJobExecution.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/class-use/StepExecutionImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/class-use/JobInstanceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/class-use/RuntimeFlowInSplitExecution.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/class-use/JobExecutionHelper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/class-use/JobOperatorJobExecution.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/class-use/ModelResolver.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/class-use/ExecutionElement.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/class-use/TransitionElement.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/class-use/IllegalTransitionException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/class-use/Transition.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/class-use/CloneUtility.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/class-use/ModelResolverFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/class-use/JobModelResolver.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/class-use/ModelSerializer.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/class-use/ModelSerializerFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/class-use/StepModelResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/class-use/SplitModelResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/class-use/TransitionImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/class-use/FlowModelResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/class-use/UnmarshalledJSLComparator.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/class-use/GlobPatternMatcherImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/class-use/StepModelSerializerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/class-use/JobModelSerializerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/class-use/JobModelResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/class-use/PropertyResolver.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/class-use/PropertyResolverFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/ChunkPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/AbstractPropertyResolver.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/SplitPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/PartitionReducerPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/ItemWriterPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/PartitionMapperPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/StepPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/PartitionPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/CheckpointAlgorithmPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/ExceptionClassesPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/ControlElementPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/FlowPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/ItemProcessorPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/JobPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/BatchletPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/PartitionPlanPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/CollectorPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/AnalyzerPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/DecisionPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/ItemReaderPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/class-use/ListenerPropertyResolverImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/navigator/class-use/FlowNavigatorImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/navigator/class-use/AbstractNavigatorImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/navigator/class-use/ModelNavigator.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/navigator/class-use/NavigatorFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/navigator/class-use/JobNavigatorImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/persistence/class-use/CheckpointDataKey.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/persistence/class-use/CheckpointData.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/persistence/class-use/PersistentDataWrapper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/persistence/class-use/ItemCheckpointAlgorithm.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/persistence/class-use/CheckpointManager.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/class-use/IJobExecution.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/class-use/IBatchKernelService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/class-use/IPersistenceManagerService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/class-use/IPersistenceManagerService.TimestampType.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/class-use/IJobStatusManagerService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/BatchTransactionServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/CDIBatchArtifactFactoryImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/DirectoryJobXMLLoaderServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/BoundedThreadPoolServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/AbstractThreadPoolServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/RuntimeBatchJobUtil.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/WeldSEBatchArtifactFactoryImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/NoOpBatchSecurityHelper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/GrowableThreadPoolServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/SPIDelegatingThreadPoolServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/DelegatingBatchArtifactFactoryImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/JNDIDelegatingThreadPoolServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/JobStatusManagerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/JSEResultAdapter.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/DelegatingJobXMLLoaderServiceImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/class-use/JDBCPersistenceManagerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/servicesmanager/class-use/ServicesManager.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/servicesmanager/class-use/ServiceTypes.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/servicesmanager/class-use/ServiceTypes.Name.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/servicesmanager/class-use/ServicesManagerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/class-use/ExecutionStatus.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/class-use/ExtendedBatchStatus.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/class-use/StepStatus.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/class-use/JobStatus.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/class-use/SplitExecutionStatus.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/class-use/JobStatusKey.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/class-use/StepStatusKey.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/transaction/impl/class-use/DefaultNonTransactionalManager.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/transaction/impl/class-use/JTAUserTransactionAdapter.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/class-use/PartitionDataWrapper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/class-use/PartitionDataWrapper.PartitionEventType.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/class-use/PartitionsBuilderConfig.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/class-use/BatchPartitionWorkUnit.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/class-use/BatchParallelWorkUnit.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/class-use/BatchWorkUnit.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/class-use/FlowInSplitBuilderConfig.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/class-use/BatchFlowInSplitWorkUnit.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/class-use/BatchContainerConstants.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/class-use/BatchPartitionPlan.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/class-use/TCCLObjectInputStream.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/class-use/DependencyInjectionUtility.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/validation/class-use/ArtifactValidationException.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/jsl/util/class-use/JSLValidationEventHandler.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/jsl/util/class-use/JSLLoader.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/jsl/util/class-use/PropertiesToStringHelper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/jsl/util/class-use/ValidatorHelper.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/class-use/IBatchServiceBase.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/class-use/TransactionManagerAdapter.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/class-use/IBatchConfig.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/class-use/ITransactionManagementService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/class-use/IJobXMLLoaderService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/class-use/IBatchThreadPoolService.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/class-use/IBatchArtifactFactory.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/class-use/ParallelTaskResult.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/annotation/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/api/impl/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/artifact/proxy/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/callback/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/cdi/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/context/impl/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/exception/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/impl/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jobinstance/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/jsl/impl/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/modelresolver/impl/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/navigator/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/persistence/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/services/impl/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/servicesmanager/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/status/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/transaction/impl/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/util/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/container/validation/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/jsl/util/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/com/ibm/jbatch/spi/services/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/jaxb/com/ibm/jbatch/jsl/model/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/index-all.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/allclasses-index.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/allpackages-index.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/allclasses.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/allclasses.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/apidocs/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/com.ibm.jbatch.container-2.1.0-M2-SNAPSHOT-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-failsafe-plugin:2.18:integration-test (default) @ com.ibm.jbatch.container --- [INFO] [INFO] Tests are skipped. [INFO] [INFO] [INFO] [INFO] --- maven-failsafe-plugin:2.18:verify (default) @ com.ibm.jbatch.container --- [INFO] [INFO] Tests are skipped. [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ com.ibm.jbatch.container --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/com.ibm.jbatch.container-2.1.0-M2-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/ibm/jbatch/com.ibm.jbatch.container/2.1.0-M2-SNAPSHOT/com.ibm.jbatch.container-2.1.0-M2-SNAPSHOT.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/pom.xml to /home/jenkins/.m2/repository/com/ibm/jbatch/com.ibm.jbatch.container/2.1.0-M2-SNAPSHOT/com.ibm.jbatch.container-2.1.0-M2-SNAPSHOT.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/com.ibm.jbatch.container-2.1.0-M2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/com/ibm/jbatch/com.ibm.jbatch.container/2.1.0-M2-SNAPSHOT/com.ibm.jbatch.container-2.1.0-M2-SNAPSHOT-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/com.ibm.jbatch.container-2.1.0-M2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/com/ibm/jbatch/com.ibm.jbatch.container/2.1.0-M2-SNAPSHOT/com.ibm.jbatch.container-2.1.0-M2-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for jbatch-parent 2.1.0-M2-SNAPSHOT: [INFO] [INFO] [INFO] [INFO] jbatch-parent ...................................... SUCCESS [ 2.715 s] [INFO] [INFO] Jakarta Batch jbatch SPI For Host Environments ..... SUCCESS [ 4.140 s] [INFO] [INFO] Jakarta Batch jbatch Implementation ................ SUCCESS [ 12.108 s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 19.144 s [INFO] [INFO] Finished at: 2022-02-01T17:42:35Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] pom.xml .......................................... SUCCESS (20.4 s) [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 1, Failed: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ jbatch-snapshot --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.snapshots-jbatch-snapshot-checkstyle) @ jbatch-snapshot --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jbatch-snapshot --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/snapshots/jbatch-snapshot/7.0.0-SNAPSHOT/jbatch-snapshot-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.hk2:glassfish-nucleus-hk2 >------------ [INFO] Building Glassfish Nucleus HK2 Modules 7.0.0-SNAPSHOT [8/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ glassfish-nucleus-hk2 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ glassfish-nucleus-hk2 --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-nucleus-hk2 --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-nucleus-hk2 --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-nucleus-hk2 --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-nucleus-hk2 --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-nucleus-hk2 --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/target/classes/META-INF for [INFO] [echo] glassfish-nucleus-hk2 [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-nucleus-hk2 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ glassfish-nucleus-hk2 --- [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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-nucleus-hk2 --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/hk2/glassfish-nucleus-hk2/7.0.0-SNAPSHOT/glassfish-nucleus-hk2-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.hk2:tiger-types >----------------- [INFO] Building Tiger types- type arithmetic library for Java5 7.0.0-SNAPSHOT [9/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tiger-types --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ tiger-types --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ tiger-types --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ tiger-types --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ tiger-types --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ tiger-types --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tiger-types --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/src/main/java/org/jvnet/tiger_types/Lister.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/src/main/java/org/jvnet/tiger_types/Lister.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/src/main/java/org/jvnet/tiger_types/Lister.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/src/main/java/org/jvnet/tiger_types/Types.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/src/main/java/org/jvnet/tiger_types/Types.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ tiger-types --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ tiger-types --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ tiger-types --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ tiger-types --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ tiger-types --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tiger-types --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ tiger-types --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tiger-types --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ tiger-types --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/target/classes/META-INF for [INFO] [echo] tiger-types [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tiger-types --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/target/tiger-types.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ tiger-types --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ tiger-types --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.hk2-tiger-types-checkstyle) @ tiger-types --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tiger-types --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/target/tiger-types.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2/tiger-types/7.0.0-SNAPSHOT/tiger-types-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/hk2/tiger-types/7.0.0-SNAPSHOT/tiger-types-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.hk2:hk2-config >------------------ [INFO] Building HK2 configuration module 7.0.0-SNAPSHOT [10/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ hk2-config --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ hk2-config --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ hk2-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hk2-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/src/main/java/org/jvnet/hk2/config/Transactions.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/src/main/java/org/jvnet/hk2/config/Transactions.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ hk2-config --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ hk2-config --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ hk2-config --- [WARNING] Manifest org.glassfish.main.hk2:hk2-config:glassfish-jar:7.0.0-SNAPSHOT : Export org.jvnet.hk2.config, has 2, private references [org.jvnet.hk2.config.api, org.jvnet.hk2.config.provider.internal] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ hk2-config --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (generate-inhabitants) @ hk2-config --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ hk2-config --- [WARNING] Manifest org.glassfish.main.hk2:hk2-config:glassfish-jar:7.0.0-SNAPSHOT : Export org.jvnet.hk2.config, has 2, private references [org.jvnet.hk2.config.api, org.jvnet.hk2.config.provider.internal] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hk2-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigBeanWrapper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigBeanWrapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (generate-test-inhabitants) @ hk2-config --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ hk2-config --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/target/classes/META-INF for [INFO] [echo] hk2-config [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hk2-config --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/target/hk2-config.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (package-tests) @ hk2-config --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/target/hk2-config-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ hk2-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ hk2-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.hk2-hk2-config-checkstyle) @ hk2-config --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ hk2-config --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/target/hk2-config.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2/hk2-config/7.0.0-SNAPSHOT/hk2-config-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/hk2/hk2-config/7.0.0-SNAPSHOT/hk2-config-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/target/hk2-config-tests.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2/hk2-config/7.0.0-SNAPSHOT/hk2-config-7.0.0-SNAPSHOT-tests.jar [INFO] [INFO] ----------------< org.glassfish.main.hk2:config-types >----------------- [INFO] Building HK2 config types 7.0.0-SNAPSHOT [11/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default) @ config-types --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ config-types --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ config-types --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ config-types --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ config-types --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ config-types --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ config-types --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ config-types --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ config-types --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default) @ config-types --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ config-types --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ config-types --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ config-types --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/target/classes/META-INF for [INFO] [echo] config-types [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ config-types --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/target/config-types.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ config-types --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ config-types --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/target/config-types.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2/config-types/7.0.0-SNAPSHOT/config-types-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/hk2/config-types/7.0.0-SNAPSHOT/config-types-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.osgi-platforms:osgi-platforms >---------- [INFO] Building Distribution Fragments for various OSGi platforms 7.0.0-SNAPSHOT [12/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ osgi-platforms --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ osgi-platforms --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ osgi-platforms --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ osgi-platforms --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ osgi-platforms --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ osgi-platforms --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ osgi-platforms --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/target/classes/META-INF for [INFO] [echo] osgi-platforms [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ osgi-platforms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ osgi-platforms --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-platforms/7.0.0-SNAPSHOT/osgi-platforms-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.osgi-platforms:felix >--------------- [INFO] Building Apache Felix, associated bundles and conf files 7.0.0-SNAPSHOT [13/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/felix [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ felix --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ felix --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ felix --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/felix/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (default) @ felix --- [INFO] Configured Artifact: org.apache.felix:org.apache.felix.main:?:jar [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/felix/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ felix --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/felix/target/classes/META-INF for [INFO] [echo] felix [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/felix/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ felix --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/felix/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/felix/target/felix.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ felix --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ felix --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/felix/target/felix.zip to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/felix/7.0.0-SNAPSHOT/felix-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/felix/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/felix/7.0.0-SNAPSHOT/felix-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.common:scattered-archive-api >----------- [INFO] Building Scattered Archive APIs of Glassfish 7.0.0-SNAPSHOT [14/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scattered-archive-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ scattered-archive-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ scattered-archive-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ scattered-archive-api --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ scattered-archive-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ scattered-archive-api --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ scattered-archive-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scattered-archive-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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ scattered-archive-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/src/main/java/org/glassfish/embeddable/archive/Assembler.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/src/main/java/org/glassfish/embeddable/archive/Assembler.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ scattered-archive-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ scattered-archive-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ scattered-archive-api --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ scattered-archive-api --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ scattered-archive-api --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ scattered-archive-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ scattered-archive-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ scattered-archive-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/target/classes/META-INF for [INFO] [echo] scattered-archive-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ scattered-archive-api --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/target/scattered-archive-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ scattered-archive-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ scattered-archive-api --- [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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ scattered-archive-api --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/target/scattered-archive-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/scattered-archive-api/7.0.0-SNAPSHOT/scattered-archive-api-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/scattered-archive-api/7.0.0-SNAPSHOT/scattered-archive-api-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.grizzly:nucleus-grizzly >------------- [INFO] Building GlassFish Nucleus Grizzly modules 7.0.0-SNAPSHOT [15/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ nucleus-grizzly --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-grizzly --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-grizzly --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-grizzly --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-grizzly --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-grizzly --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-grizzly --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/target/classes/META-INF for [INFO] [echo] nucleus-grizzly [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-grizzly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-grizzly --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/nucleus-grizzly/7.0.0-SNAPSHOT/nucleus-grizzly-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.grizzly:grizzly-config >-------------- [INFO] Building grizzly-config 7.0.0-SNAPSHOT [16/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/config [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ grizzly-config --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/config/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/config/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ grizzly-config --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ grizzly-config --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ grizzly-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/config/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ grizzly-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/config/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ grizzly-config --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ grizzly-config --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ grizzly-config --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ grizzly-config --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ grizzly-config --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/config/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 21 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ grizzly-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/config/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ grizzly-config --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/config/target/classes/META-INF for [INFO] [echo] grizzly-config [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ grizzly-config --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/config/target/grizzly-config.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ grizzly-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ grizzly-config --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/config/target/grizzly-config.jar to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/grizzly-config/7.0.0-SNAPSHOT/grizzly-config-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/grizzly-config/7.0.0-SNAPSHOT/grizzly-config-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.grizzly:nucleus-grizzly-all >----------- [INFO] Building Nucleus Grizzly jars Combining 7.0.0-SNAPSHOT [17/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/nucleus-grizzly-all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-grizzly-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-grizzly-all --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-grizzly-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/nucleus-grizzly-all/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/nucleus-grizzly-all/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ nucleus-grizzly-all --- [INFO] No sources to compile [INFO] [INFO] --- consolidatedbundle-maven-plugin:3.0.2: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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-resources-plugin:3.2.0:testResources (default-testResources) @ 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/nucleus-grizzly-all/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ nucleus-grizzly-all --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/nucleus-grizzly-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ nucleus-grizzly-all --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.3: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] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-grizzly-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-grizzly-all --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all.jar to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/nucleus-grizzly-all/7.0.0-SNAPSHOT/nucleus-grizzly-all-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/nucleus-grizzly-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/nucleus-grizzly-all/7.0.0-SNAPSHOT/nucleus-grizzly-all-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.common:glassfish-api >--------------- [INFO] Building Public APIs of Glassfish 7.0.0-SNAPSHOT [18/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-api --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ glassfish-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 183 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ glassfish-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ glassfish-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ glassfish-api --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ glassfish-api --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-api --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/target/classes/META-INF for [INFO] [echo] glassfish-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ glassfish-api --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/target/glassfish-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-api --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/target/glassfish-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-api/7.0.0-SNAPSHOT/glassfish-api-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-api/7.0.0-SNAPSHOT/glassfish-api-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.common:nucleus-common >-------------- [INFO] Building GlassFish Nucleus Common modules 7.0.0-SNAPSHOT [19/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-common --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/target/classes/META-INF for [INFO] [echo] nucleus-common [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ nucleus-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-nucleus-common-checkstyle) @ nucleus-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-common --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/nucleus-common/7.0.0-SNAPSHOT/nucleus-common-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.common:common-util >---------------- [INFO] Building Common Utilities 7.0.0-SNAPSHOT [20/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ common-util --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ common-util --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ common-util --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ common-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 188 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/GFBase64Decoder.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/GFBase64Decoder.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/main/java/com/sun/enterprise/util/i18n/StringManagerBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/main/java/com/sun/enterprise/util/i18n/StringManagerBase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ common-util --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ common-util --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ common-util --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ common-util --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ common-util --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 25 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ common-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/test/java/org/glassfish/common/util/timer/TimerScheduleTest.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/test/java/org/glassfish/common/util/timer/TimerScheduleTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/test/java/org/glassfish/common/util/timer/TimerScheduleTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/test/java/org/glassfish/common/util/admin/MapInjectionResolverTest.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/test/java/org/glassfish/common/util/admin/MapInjectionResolverTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/src/test/java/org/glassfish/common/util/admin/MapInjectionResolverTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ common-util --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/target/classes/META-INF for [INFO] [echo] common-util [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ common-util --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/target/common-util.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ common-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ common-util --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/target/common-util.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/common-util/7.0.0-SNAPSHOT/common-util-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/common-util/7.0.0-SNAPSHOT/common-util-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.common:simple-glassfish-api >----------- [INFO] Building Simple Public APIs of Glassfish 7.0.0-SNAPSHOT [21/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/simple-glassfish-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/simple-glassfish-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ simple-glassfish-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ simple-glassfish-api --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ simple-glassfish-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/simple-glassfish-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/simple-glassfish-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ simple-glassfish-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/simple-glassfish-api/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ simple-glassfish-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ simple-glassfish-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ simple-glassfish-api --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ simple-glassfish-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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/simple-glassfish-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ simple-glassfish-api --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ simple-glassfish-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ simple-glassfish-api --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ simple-glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ simple-glassfish-api --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/simple-glassfish-api/7.0.0-SNAPSHOT/simple-glassfish-api-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/simple-glassfish-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/simple-glassfish-api/7.0.0-SNAPSHOT/simple-glassfish-api-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.core:nucleus-core >---------------- [INFO] Building GlassFish Nucleus Core modules 7.0.0-SNAPSHOT [22/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-core --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/target/classes/META-INF for [INFO] [echo] nucleus-core [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-core --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/nucleus-core/7.0.0-SNAPSHOT/nucleus-core-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.core:glassfish >------------------ [INFO] Building Appserver Core Bootstraping Classes 7.0.0-SNAPSHOT [23/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ glassfish --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack) @ glassfish --- [INFO] Configured Artifact: org.glassfish.main.common:simple-glassfish-api:7.0.0-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/target/classes with includes "" and excludes "META-INF/**" [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ glassfish --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/OSGiGlassFishImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/OSGiGlassFishImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/GlassFishMain.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/GlassFishMain.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ glassfish --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ glassfish --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ glassfish --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ glassfish --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/target/classes/META-INF for [INFO] [echo] glassfish [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ glassfish --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/target/glassfish.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-glassfish-checkstyle) @ glassfish --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/target/glassfish.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/glassfish/7.0.0-SNAPSHOT/glassfish-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/glassfish/7.0.0-SNAPSHOT/glassfish-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main:test-utils >-------------------- [INFO] Building Test Utilities 7.0.0-SNAPSHOT [24/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ test-utils --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ test-utils --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ test-utils --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils/src/main/java/org/glassfish/tests/utils/ReflectionUtils.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils/src/main/java/org/glassfish/tests/utils/ReflectionUtils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils/src/main/java/org/glassfish/tests/utils/ReflectionUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils/target/classes/META-INF for [INFO] [echo] test-utils [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils/target/test-utils.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ test-utils --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils/target/test-utils.jar to /home/jenkins/.m2/repository/org/glassfish/main/test-utils/7.0.0-SNAPSHOT/test-utils-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/test-utils/7.0.0-SNAPSHOT/test-utils-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.admin:nucleus-admin >--------------- [INFO] Building Admin Modules 7.0.0-SNAPSHOT [25/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ nucleus-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-admin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-admin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-admin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/target/classes/META-INF for [INFO] [echo] nucleus-admin [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ nucleus-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-nucleus-admin-checkstyle) @ nucleus-admin --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-admin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/nucleus-admin/7.0.0-SNAPSHOT/nucleus-admin-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.admin:config-api >----------------- [INFO] Building admin-config-api 7.0.0-SNAPSHOT [26/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ config-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ config-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ config-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ config-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ config-api --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ config-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ config-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 255 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/customvalidators/ReferenceValidator.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/Domain.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/Domain.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ config-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ config-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ config-api --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ config-api --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ config-api --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 17 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ config-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/DirectCreationTest.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/DirectCreationTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/DirectCreationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ config-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/target/classes/META-INF for [INFO] [echo] config-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ config-api --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/target/config-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ config-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ config-api --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/target/config-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/config-api/7.0.0-SNAPSHOT/config-api-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/config-api/7.0.0-SNAPSHOT/config-api-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.common:internal-api >--------------- [INFO] Building Private APIs of Glassfish 7.0.0-SNAPSHOT [27/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ internal-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ internal-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ internal-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ internal-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ internal-api --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ internal-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/src/main/java/org/glassfish/internal/data/ApplicationClassLoadingPostProcessor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/src/main/java/org/glassfish/internal/data/ApplicationClassLoadingPostProcessor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/src/main/java/org/glassfish/internal/config/UnprocessedConfigListener.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/src/main/java/org/glassfish/internal/config/UnprocessedConfigListener.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ internal-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ internal-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ internal-api --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ internal-api --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ internal-api --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ internal-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/target/classes/META-INF for [INFO] [echo] internal-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/target/internal-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ internal-api --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/target/internal-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/internal-api/7.0.0-SNAPSHOT/internal-api-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/internal-api/7.0.0-SNAPSHOT/internal-api-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.security:nucleus-security >------------ [INFO] Building Nucleus Security Parent 7.0.0-SNAPSHOT [28/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ nucleus-security --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-security --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-security --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-security --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-security --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-security --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-security --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/target/classes/META-INF for [INFO] [echo] nucleus-security [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ nucleus-security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-nucleus-security-checkstyle) @ nucleus-security --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-security --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/nucleus-security/7.0.0-SNAPSHOT/nucleus-security-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.security:ssl-impl >---------------- [INFO] Building GlassFish SSL Implementation Module 7.0.0-SNAPSHOT [29/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ssl-impl --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ ssl-impl --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ssl-impl --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ssl-impl --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ssl-impl --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ssl-impl --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ssl-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/manager/UnifiedX509KeyManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/manager/UnifiedX509KeyManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ ssl-impl --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ ssl-impl --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ ssl-impl --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ssl-impl --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ssl-impl --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ ssl-impl --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ ssl-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ssl-impl --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/target/classes/META-INF for [INFO] [echo] ssl-impl [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ssl-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/target/ssl-impl.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ssl-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ssl-impl --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/target/ssl-impl.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/ssl-impl/7.0.0-SNAPSHOT/ssl-impl-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/ssl-impl/7.0.0-SNAPSHOT/ssl-impl-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.deployment:nucleus-deployment >---------- [INFO] Building GlassFish Nucleus Deployment Related Modules 7.0.0-SNAPSHOT [30/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-deployment --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-deployment --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-deployment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/target/classes/META-INF for [INFO] [echo] nucleus-deployment [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-deployment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-deployment --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-deployment/7.0.0-SNAPSHOT/nucleus-deployment-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.deployment:deployment-common >----------- [INFO] Building Deployment Related Common Classes 7.0.0-SNAPSHOT [31/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ deployment-common --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ deployment-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ deployment-common --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ deployment-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/target/common-resources with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ deployment-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/src/main/java/org/glassfish/deployment/common/ClientArtifactsManager.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/src/main/java/org/glassfish/deployment/common/ClientArtifactsManager.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/src/main/java/org/glassfish/deployment/common/DynamicAttributesDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/src/main/java/org/glassfish/deployment/common/DynamicAttributesDescriptor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ deployment-common --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ deployment-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ deployment-common --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ deployment-common --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ deployment-common --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ deployment-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ deployment-common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/target/classes/META-INF for [INFO] [echo] deployment-common [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ deployment-common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/target/deployment-common.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ deployment-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ deployment-common --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/target/deployment-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-common/7.0.0-SNAPSHOT/deployment-common-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-common/7.0.0-SNAPSHOT/deployment-common-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.security:security >---------------- [INFO] Building Security Core Classes 7.0.0-SNAPSHOT [32/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ security --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ security --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ security --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ security --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ security --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 137 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/ListAuditModule.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/ListAuditModule.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/src/main/java/com/sun/enterprise/security/audit/BaseAuditManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/src/main/java/com/sun/enterprise/security/audit/BaseAuditManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ security --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ security --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ security --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ security --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ security --- [INFO] Configured Artifact: solarisrealm:libsolsparcauth:1.0:so [INFO] Configured Artifact: solarisrealm:libsolx86auth:1.0:so [INFO] Copying libsolsparcauth-1.0.so to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/target/classes/libsolsparcauth.so [INFO] Copying libsolx86auth-1.0.so to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/target/classes/libsolx86auth.so [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ security --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ security --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ security --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/target/classes/META-INF for [INFO] [echo] security [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ security --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/target/security.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-security-checkstyle) @ security --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ security --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/target/security.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/security/7.0.0-SNAPSHOT/security-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/security/7.0.0-SNAPSHOT/security-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.security:security-services >------------ [INFO] Building Security Services and SPI 7.0.0-SNAPSHOT [33/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ security-services --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ security-services --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ security-services --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ security-services --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ security-services --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ security-services --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ security-services --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ security-services --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 82 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/src/main/java/org/glassfish/security/services/commands/LDAPAdminAccessConfigurator.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/src/main/java/org/glassfish/security/services/commands/LDAPAdminAccessConfigurator.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/src/main/java/org/glassfish/security/services/commands/LDAPAdminAccessConfigurator.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/src/main/java/org/glassfish/security/services/common/SecureServiceAccessPermission.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/src/main/java/org/glassfish/security/services/common/SecureServiceAccessPermission.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ security-services --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ security-services --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ security-services --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ security-services --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ security-services --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ security-services --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ security-services --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/target/classes/META-INF for [INFO] [echo] security-services [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ security-services --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/target/security-services.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ security-services --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ security-services --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/target/security-services.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/security-services/7.0.0-SNAPSHOT/security-services-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/security-services/7.0.0-SNAPSHOT/security-services-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.admin:admin-util >----------------- [INFO] Building admin-util 7.0.0-SNAPSHOT [34/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ admin-util --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ admin-util --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ admin-util --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ admin-util --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ admin-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 108 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/commands/DeleteSsl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/commands/DeleteSsl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/proxy/CallStack.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/proxy/CallStack.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ admin-util --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ admin-util --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ admin-util --- [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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ admin-util --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ admin-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ admin-util --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/target/classes/META-INF for [INFO] [echo] admin-util [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ admin-util --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/target/admin-util.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ admin-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ admin-util --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/target/admin-util.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-util/7.0.0-SNAPSHOT/admin-util-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-util/7.0.0-SNAPSHOT/admin-util-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.osgi-platforms:osgi-cli-remote >---------- [INFO] Building Admin CLI bridge command to the OSGi Shell 7.0.0-SNAPSHOT [35/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-remote/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-remote/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ osgi-cli-remote --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ osgi-cli-remote --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ osgi-cli-remote --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ osgi-cli-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-remote/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/RemoteCommandSession.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/OSGiShellCommand.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/OSGiShellCommand.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ osgi-cli-remote --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ osgi-cli-remote --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ osgi-cli-remote --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ osgi-cli-remote --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-remote/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ osgi-cli-remote --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ osgi-cli-remote --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-remote/target/classes/META-INF for [INFO] [echo] osgi-cli-remote [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ osgi-cli-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-remote/target/osgi-cli-remote.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ osgi-cli-remote --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ osgi-cli-remote --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-remote/target/osgi-cli-remote.jar to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-cli-remote/7.0.0-SNAPSHOT/osgi-cli-remote-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-remote/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-cli-remote/7.0.0-SNAPSHOT/osgi-cli-remote-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.cluster:cluster >----------------- [INFO] Building Cluster 7.0.0-SNAPSHOT [36/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cluster --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cluster --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cluster --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cluster --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/target/classes/META-INF for [INFO] [echo] cluster [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cluster --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ cluster --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.cluster-cluster-checkstyle) @ cluster --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cluster --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster/7.0.0-SNAPSHOT/cluster-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.cluster:cluster-common >-------------- [INFO] Building cluster-common 7.0.0-SNAPSHOT [37/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cluster-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cluster-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cluster-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cluster-common --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cluster-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cluster-common --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cluster-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/target/common-resources with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cluster-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ cluster-common --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ cluster-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ cluster-common --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cluster-common --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cluster-common --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cluster-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ cluster-common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ cluster-common --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/target/classes/META-INF for [INFO] [echo] cluster-common [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cluster-common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/target/cluster-common.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cluster-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cluster-common --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/target/cluster-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-common/7.0.0-SNAPSHOT/cluster-common-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-common/7.0.0-SNAPSHOT/cluster-common-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.cluster:cluster-ssh >--------------- [INFO] Building Cluster SSH Provisioning 7.0.0-SNAPSHOT [38/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cluster-ssh --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cluster-ssh --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cluster-ssh --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cluster-ssh --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh/target/common-resources with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh/src/main/resources [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cluster-ssh --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ cluster-ssh --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ cluster-ssh --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ cluster-ssh --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cluster-ssh --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cluster-ssh --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cluster-ssh --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ cluster-ssh --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh/target/classes/META-INF for [INFO] [echo] cluster-ssh [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cluster-ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh/target/cluster-ssh.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cluster-ssh --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cluster-ssh --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh/target/cluster-ssh.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-ssh/7.0.0-SNAPSHOT/cluster-ssh-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-ssh/7.0.0-SNAPSHOT/cluster-ssh-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.core:logging >------------------- [INFO] Building Nucleus Logging Classes 7.0.0-SNAPSHOT [39/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ logging --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ logging --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ logging --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ logging --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ logging --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/GFFileHandler.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/diagnostics/MessageIdCatalog.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/diagnostics/MessageIdCatalog.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ logging --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ logging --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ logging --- [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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ logging --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ logging --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ logging --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/target/classes/META-INF for [INFO] [echo] logging [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ logging --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/target/logging.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ logging --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ logging --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-logging-checkstyle) @ logging --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ logging --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/target/logging.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/logging/7.0.0-SNAPSHOT/logging-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/logging/7.0.0-SNAPSHOT/logging-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.admin:launcher >------------------ [INFO] Building admin-launcher 7.0.0-SNAPSHOT [40/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ launcher --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ launcher --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ launcher --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ launcher --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ launcher --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ launcher --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ launcher --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ launcher --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ launcher --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ launcher --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 11 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ launcher --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ launcher --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher/target/classes/META-INF for [INFO] [echo] launcher [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher/target/launcher.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ launcher --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ launcher --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-launcher-checkstyle) @ launcher --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ launcher --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher/target/launcher.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/launcher/7.0.0-SNAPSHOT/launcher-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/launcher/7.0.0-SNAPSHOT/launcher-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.admin:admin-cli >----------------- [INFO] Building admin-cli 7.0.0-SNAPSHOT [41/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ admin-cli --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ admin-cli --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ admin-cli --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ admin-cli --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ admin-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/CLIContainer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/CLIContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ admin-cli --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ admin-cli --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ admin-cli --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ admin-cli --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ admin-cli --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ admin-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ admin-cli --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/target/classes/META-INF for [INFO] [echo] admin-cli [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ admin-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/target/admin-cli.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ admin-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ admin-cli --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/target/admin-cli.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-cli/7.0.0-SNAPSHOT/admin-cli-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-cli/7.0.0-SNAPSHOT/admin-cli-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.osgi-platforms:osgi-cli-interactive >------- [INFO] Building Admin CLI, interactive OSGi shell command 7.0.0-SNAPSHOT [42/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-interactive/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-interactive/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ osgi-cli-interactive --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ osgi-cli-interactive --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ osgi-cli-interactive --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ osgi-cli-interactive --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-interactive/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ osgi-cli-interactive --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ osgi-cli-interactive --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ osgi-cli-interactive --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ osgi-cli-interactive --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-interactive/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ osgi-cli-interactive --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ osgi-cli-interactive --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.1.2: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-interactive/target/classes with includes "" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ osgi-cli-interactive --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-interactive/target/osgi-cli-interactive.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ osgi-cli-interactive --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ osgi-cli-interactive --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-interactive/target/osgi-cli-interactive.jar to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-cli-interactive/7.0.0-SNAPSHOT/osgi-cli-interactive-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-interactive/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-cli-interactive/7.0.0-SNAPSHOT/osgi-cli-interactive-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.osgi-platforms:osgi-container >---------- [INFO] Building OSGi Container 7.0.0-SNAPSHOT [43/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-container/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ osgi-container --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ osgi-container --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ osgi-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-container/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-container/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ osgi-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-container/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-container/src/main/java/org/glassfish/extras/osgicontainer/OSGiDeployer.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ osgi-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ osgi-container --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ osgi-container --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ osgi-container --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-container/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ osgi-container --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ osgi-container --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-container/target/classes/META-INF for [INFO] [echo] osgi-container [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ osgi-container --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-container/target/osgi-container.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ osgi-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ osgi-container --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-container/target/osgi-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-container/7.0.0-SNAPSHOT/osgi-container-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-container/7.0.0-SNAPSHOT/osgi-container-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.core:api-exporter >---------------- [INFO] Building GlassFish API Exporter Module 7.0.0-SNAPSHOT [44/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ api-exporter --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ api-exporter --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ api-exporter --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ api-exporter --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ api-exporter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ api-exporter --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ api-exporter --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ api-exporter --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ api-exporter --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ api-exporter --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ api-exporter --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ api-exporter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ api-exporter --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/target/classes/META-INF for [INFO] [echo] api-exporter [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ api-exporter --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/target/api-exporter.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ api-exporter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ api-exporter --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/target/api-exporter.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/api-exporter/7.0.0-SNAPSHOT/api-exporter-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/api-exporter/7.0.0-SNAPSHOT/api-exporter-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.flashlight:flashlight-framework >--------- [INFO] Building flashlight-framework 7.0.0-SNAPSHOT [45/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ flashlight-framework --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ flashlight-framework --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ flashlight-framework --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ flashlight-framework --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ flashlight-framework --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ flashlight-framework --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ flashlight-framework --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ flashlight-framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/core/ProviderSubClassImplGenerator.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/core/ProviderSubClassImplGenerator.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/provider/ProbeRegistry.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/provider/ProbeRegistry.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ flashlight-framework --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ flashlight-framework --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ flashlight-framework --- [WARNING] Manifest org.glassfish.main.flashlight:flashlight-framework:glassfish-jar:7.0.0-SNAPSHOT : Export org.glassfish.flashlight.impl.client, has 1, private references [org.glassfish.flashlight.impl.core] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ flashlight-framework --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ flashlight-framework --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ flashlight-framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ flashlight-framework --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/target/classes/META-INF for [INFO] [echo] flashlight-framework [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ flashlight-framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/target/flashlight-framework.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ flashlight-framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ flashlight-framework --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/target/flashlight-framework.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-framework/7.0.0-SNAPSHOT/flashlight-framework-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-framework/7.0.0-SNAPSHOT/flashlight-framework-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main.core:kernel >------------------- [INFO] Building Kernel Classes 7.0.0-SNAPSHOT [46/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ kernel --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ kernel --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ kernel --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ kernel --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ kernel --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 173 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/ReadableArchiveScannerAdapter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/ReadableArchiveScannerAdapter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/DynamicConfigListener.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/DynamicConfigListener.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ kernel --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ kernel --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ kernel --- [WARNING] Manifest org.glassfish.main.core:kernel:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.enterprise.v3.services.impl, has 1, private references [com.sun.enterprise.v3.services.impl.monitor] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ kernel --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ kernel --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ kernel --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ kernel --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ kernel --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/target/classes/META-INF for [INFO] [echo] kernel [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ kernel --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/target/kernel.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-kernel-checkstyle) @ kernel --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ kernel --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/target/kernel.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/kernel/7.0.0-SNAPSHOT/kernel-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/kernel/7.0.0-SNAPSHOT/kernel-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.cluster:gms-bootstrap >-------------- [INFO] Building GMS Bootstrap Module 7.0.0-SNAPSHOT [47/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-bootstrap/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-bootstrap/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gms-bootstrap --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gms-bootstrap --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gms-bootstrap --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-bootstrap/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gms-bootstrap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-bootstrap/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ gms-bootstrap --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gms-bootstrap --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gms-bootstrap --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gms-bootstrap --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-bootstrap/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gms-bootstrap --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gms-bootstrap --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-bootstrap/target/classes/META-INF for [INFO] [echo] gms-bootstrap [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ gms-bootstrap --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-bootstrap/target/gms-bootstrap.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gms-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gms-bootstrap --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-bootstrap/target/gms-bootstrap.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-bootstrap/7.0.0-SNAPSHOT/gms-bootstrap-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-bootstrap/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-bootstrap/7.0.0-SNAPSHOT/gms-bootstrap-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.cluster:cluster-admin >-------------- [INFO] Building cluster-admin 7.0.0-SNAPSHOT [48/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cluster-admin --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cluster-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cluster-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cluster-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ cluster-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/NodeAgentConfigUpgrade.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/NodeAgentConfigUpgrade.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/CreateInstanceCommand.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/CreateInstanceCommand.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ cluster-admin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ cluster-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ cluster-admin --- [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] --- 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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cluster-admin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ cluster-admin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ cluster-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cluster-admin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/target/classes/META-INF for [INFO] [echo] cluster-admin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cluster-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/target/cluster-admin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cluster-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cluster-admin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/target/cluster-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-admin/7.0.0-SNAPSHOT/cluster-admin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-admin/7.0.0-SNAPSHOT/cluster-admin-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.admin:server-mgmt >---------------- [INFO] Building admin-server-management 7.0.0-SNAPSHOT [49/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-source (add-sources) @ server-mgmt --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/target/generated-sources/xjc added. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (xjc) @ server-mgmt --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/src/main/resources/xsd/schema/template-info.xsd [INFO] [xjc] Writing output to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/src/main/resources/xsd/schema/domain-info.xsd [INFO] [xjc] Writing output to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/src/main/resources/xsd/schema/stringsubs.xsd [INFO] [xjc] Writing output to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/target/generated-sources/xjc [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ server-mgmt --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ server-mgmt --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ server-mgmt --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ server-mgmt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 128 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/SMFService.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/SMFService.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ server-mgmt --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ server-mgmt --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ server-mgmt --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ server-mgmt --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ server-mgmt --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ server-mgmt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ server-mgmt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ server-mgmt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ server-mgmt --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/target/classes/META-INF for [INFO] [echo] server-mgmt [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ server-mgmt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/target/server-mgmt.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ server-mgmt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ server-mgmt --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/target/server-mgmt.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/server-mgmt/7.0.0-SNAPSHOT/server-mgmt-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/server-mgmt/7.0.0-SNAPSHOT/server-mgmt-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.cluster:cluster-cli >--------------- [INFO] Building cluster-cli 7.0.0-SNAPSHOT [50/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/cli [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cluster-cli --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/cli/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/cli/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cluster-cli --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cluster-cli --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cluster-cli --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ cluster-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/cli/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ cluster-cli --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ cluster-cli --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ cluster-cli --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cluster-cli --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cluster-cli --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/cli/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cluster-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/cli/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ cluster-cli --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/cli/target/classes/META-INF for [INFO] [echo] cluster-cli [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cluster-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/cli/target/cluster-cli.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cluster-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cluster-cli --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/cli/target/cluster-cli.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-cli/7.0.0-SNAPSHOT/cluster-cli-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/cli/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-cli/7.0.0-SNAPSHOT/cluster-cli-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.cluster:gms-adapter >--------------- [INFO] Building GMS Module 7.0.0-SNAPSHOT [51/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gms-adapter --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gms-adapter --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gms-adapter --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gms-adapter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/GMSConfigUpgrade.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/GMSConfigUpgrade.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/GMSConfigUpgrade.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/admin/GMSAnnounceAfterStartClusterCommand.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/admin/GMSAnnounceAfterStartClusterCommand.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ gms-adapter --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gms-adapter --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gms-adapter --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gms-adapter --- [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] --- 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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gms-adapter --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gms-adapter --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/target/classes/META-INF for [INFO] [echo] gms-adapter [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ gms-adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/target/gms-adapter.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gms-adapter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ gms-adapter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.cluster-gms-adapter-checkstyle) @ gms-adapter --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gms-adapter --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/target/gms-adapter.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-adapter/7.0.0-SNAPSHOT/gms-adapter-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-adapter/7.0.0-SNAPSHOT/gms-adapter-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.common:glassfish-mbeanserver >----------- [INFO] Building Glassfish MBeanServer support 7.0.0-SNAPSHOT [52/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ glassfish-mbeanserver --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-mbeanserver --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-mbeanserver --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-mbeanserver --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ glassfish-mbeanserver --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/JMXStartupService.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/JMXStartupService.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/JMXStartupService.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/ssl/SecureRMIServerSocketFactory.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/ssl/SecureRMIServerSocketFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ glassfish-mbeanserver --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ glassfish-mbeanserver --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ glassfish-mbeanserver --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ glassfish-mbeanserver --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish-mbeanserver --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-mbeanserver --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ glassfish-mbeanserver --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-mbeanserver --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/target/classes/META-INF for [INFO] [echo] glassfish-mbeanserver [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ glassfish-mbeanserver --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/target/glassfish-mbeanserver.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-mbeanserver --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-mbeanserver --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/target/glassfish-mbeanserver.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-mbeanserver/7.0.0-SNAPSHOT/glassfish-mbeanserver-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-mbeanserver/7.0.0-SNAPSHOT/glassfish-mbeanserver-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.common:amx-core >----------------- [INFO] Building AMX Core 7.0.0-SNAPSHOT [53/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ amx-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ amx-core --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ amx-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ amx-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 193 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/base/DomainRoot.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/base/DomainRoot.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/util/SetUtil.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/util/SetUtil.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ amx-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ amx-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ amx-core --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ amx-core --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ amx-core --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ amx-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ amx-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ amx-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ amx-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/target/classes/META-INF for [INFO] [echo] amx-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ amx-core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/target/amx-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ amx-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ amx-core --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/target/amx-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-core/7.0.0-SNAPSHOT/amx-core-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-core/7.0.0-SNAPSHOT/amx-core-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.core:glassfish-extra-jre-packages >-------- [INFO] Building GlassFish Extra JRE Packages 7.0.0-SNAPSHOT [54/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-extra-jre-packages --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/extra-jre-packages [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-extra-jre-packages --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-extra-jre-packages --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-extra-jre-packages --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/extra-jre-packages/target/common-resources with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/extra-jre-packages/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ glassfish-extra-jre-packages --- [INFO] No sources to compile [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ glassfish-extra-jre-packages --- [WARNING] Manifest org.glassfish.main.core:glassfish-extra-jre-packages:jar:7.0.0-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:7.0.0-SNAPSHOT : Host system.bundle=extension:=framework for this fragment cannot be found on the classpath [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ glassfish-extra-jre-packages --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/extra-jre-packages/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish-extra-jre-packages --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ glassfish-extra-jre-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-extra-jre-packages --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/extra-jre-packages/target/classes/META-INF for [INFO] [echo] glassfish-extra-jre-packages [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ glassfish-extra-jre-packages --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/extra-jre-packages/target/glassfish-extra-jre-packages.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-extra-jre-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ glassfish-extra-jre-packages --- [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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-extra-jre-packages --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/extra-jre-packages/target/glassfish-extra-jre-packages.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/glassfish-extra-jre-packages/7.0.0-SNAPSHOT/glassfish-extra-jre-packages-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/extra-jre-packages/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/glassfish-extra-jre-packages/7.0.0-SNAPSHOT/glassfish-extra-jre-packages-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.core:context-propagation >------------- [INFO] Building Context Propagation 7.0.0-SNAPSHOT [55/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ context-propagation --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ context-propagation --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ context-propagation --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ context-propagation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/src/main/java/org/glassfish/contextpropagation/internal/Utils.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/src/main/java/org/glassfish/contextpropagation/internal/Utils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ context-propagation --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ context-propagation --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ context-propagation --- [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:7.0.0-SNAPSHOT : Export org.glassfish.contextpropagation, has 1, private references [org.glassfish.contextpropagation.internal] [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:7.0.0-SNAPSHOT : Export org.glassfish.contextpropagation.bootstrap, has 1, private references [org.glassfish.contextpropagation.internal] [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:7.0.0-SNAPSHOT : Export org.glassfish.contextpropagation.spi, has 1, private references [org.glassfish.contextpropagation.internal] [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:7.0.0-SNAPSHOT : Export org.glassfish.contextpropagation.wireadapters, has 1, private references [org.glassfish.contextpropagation.internal] [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:7.0.0-SNAPSHOT : Export org.glassfish.contextpropagation.wireadapters.wls, has 1, private references [org.glassfish.contextpropagation.internal] [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:7.0.0-SNAPSHOT : Export org.glassfish.contextpropagation.wireadapters.glassfish, has 1, private references [org.glassfish.contextpropagation.internal] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ context-propagation --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ context-propagation --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ context-propagation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/src/test/java/org/glassfish/contextpropagation/wireadapters/wls/WLSWireAdapterTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/src/test/java/org/glassfish/contextpropagation/wireadapters/wls/WLSWireAdapterTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ context-propagation --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/target/classes/META-INF for [INFO] [echo] context-propagation [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ context-propagation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/target/context-propagation.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ context-propagation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/target/context-propagation-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ context-propagation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ context-propagation --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/target/context-propagation.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/context-propagation/7.0.0-SNAPSHOT/context-propagation-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/context-propagation/7.0.0-SNAPSHOT/context-propagation-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/target/context-propagation-tests.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/context-propagation/7.0.0-SNAPSHOT/context-propagation-7.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --------------< org.glassfish.main.admin:monitoring-core >-------------- [INFO] Building admin-monitoring 7.0.0-SNAPSHOT [56/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ monitoring-core --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ monitoring-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ monitoring-core --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ monitoring-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ monitoring-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/src/main/java/org/glassfish/admin/monitor/cli/ListJndiEntries.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/src/main/java/org/glassfish/admin/monitor/cli/ListJndiEntries.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/src/main/java/org/glassfish/admin/monitor/cli/ListJndiEntries.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ monitoring-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ monitoring-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ monitoring-core --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ monitoring-core --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.admin.monitor.cli.ListJndiEntries, org.glassfish.admin.monitor.cli.Monitor] [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ monitoring-core --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ monitoring-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ monitoring-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ monitoring-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ monitoring-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/target/classes/META-INF for [INFO] [echo] monitoring-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ monitoring-core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/target/monitoring-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ monitoring-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ monitoring-core --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/target/monitoring-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/monitoring-core/7.0.0-SNAPSHOT/monitoring-core-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/monitoring-core/7.0.0-SNAPSHOT/monitoring-core-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.admin:rest-service-parent >------------ [INFO] Building GlassFish Admin REST Parent 7.0.0-SNAPSHOT [57/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rest-service-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ rest-service-parent --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ rest-service-parent --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ rest-service-parent --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ rest-service-parent --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ rest-service-parent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ rest-service-parent --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/target/classes/META-INF for [INFO] [echo] rest-service-parent [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ rest-service-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ rest-service-parent --- [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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ rest-service-parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-service-parent/7.0.0-SNAPSHOT/rest-service-parent-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.admin:rest-testing >---------------- [INFO] Building GlassFish Admin REST Testing Framework 7.0.0-SNAPSHOT [58/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-testing [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ rest-testing --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ rest-testing --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ rest-testing --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-testing/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rest-testing --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-testing/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-testing/src/main/java/org/glassfish/admin/rest/testing/Common.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-testing/src/main/java/org/glassfish/admin/rest/testing/Common.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ rest-testing --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-testing/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rest-testing --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-testing/target/classes/META-INF for [INFO] [echo] rest-testing [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-testing/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rest-testing --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-testing/target/rest-testing.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ rest-testing --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ rest-testing --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-testing/target/rest-testing.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-testing/7.0.0-SNAPSHOT/rest-testing-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-testing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-testing/7.0.0-SNAPSHOT/rest-testing-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.admin:rest-client >---------------- [INFO] Building GlassFish Admin REST Client 7.0.0-SNAPSHOT [59/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-client/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-client/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ rest-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ rest-client --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ rest-client --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-client/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rest-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-client/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-client/src/main/java/org/glassfish/admin/rest/client/RestClientBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-client/src/main/java/org/glassfish/admin/rest/client/RestClientBase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ rest-client --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ rest-client --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ rest-client --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ rest-client --- [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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rest-client --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ rest-client --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-client/target/classes/META-INF for [INFO] [echo] rest-client [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-client/target/rest-client.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ rest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ rest-client --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-client/target/rest-client.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-client/7.0.0-SNAPSHOT/rest-client-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-client/7.0.0-SNAPSHOT/rest-client-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main:glassfish-parent >----------------- [INFO] Building Eclipse GlassFish Parent Project 7.0.0-SNAPSHOT [60/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ glassfish-parent --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-parent --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-parent --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-parent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/target/classes/META-INF for [INFO] [echo] glassfish-parent [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-parent/7.0.0-SNAPSHOT/glassfish-parent-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------------< org.glassfish.main.ejb:ejb >--------------------- [INFO] Building GlassFish EJB container related modules 7.0.0-SNAPSHOT [61/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ejb --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ ejb --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ejb --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ejb --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ejb --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ejb --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/target/classes/META-INF for [INFO] [echo] ejb [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ejb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ ejb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ejb-ejb-checkstyle) @ ejb --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb/7.0.0-SNAPSHOT/ejb-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.ejb:ejb-client >------------------ [INFO] Building GlassFish Core EJB Client 7.0.0-SNAPSHOT [62/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-client/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-client/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ejb-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ejb-client --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ejb-client --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-client/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-client/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ejb-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-client/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ ejb-client --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ ejb-client --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ ejb-client --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ejb-client --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ejb-client --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ ejb-client --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-client/target/classes/META-INF for [INFO] [echo] ejb-client [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ejb-client --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-client/target/ejb-client.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ejb-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-client --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-client/target/ejb-client.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-client/7.0.0-SNAPSHOT/ejb-client-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-client/7.0.0-SNAPSHOT/ejb-client-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.common:common >------------------ [INFO] Building GlassFish Common modules 7.0.0-SNAPSHOT [63/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ common --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ common --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/target/classes/META-INF for [INFO] [echo] common [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-common-checkstyle) @ common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ common --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/common/7.0.0-SNAPSHOT/common-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.common:glassfish-ee-api >------------- [INFO] Building Java EE dependent public APIs of Glassfish 7.0.0-SNAPSHOT [64/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-ee-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-ee-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-ee-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-ee-api --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-ee-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-ee-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-ee-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ glassfish-ee-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-ee-api/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ glassfish-ee-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ glassfish-ee-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ glassfish-ee-api --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ glassfish-ee-api --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-ee-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish-ee-api --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-ee-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ glassfish-ee-api --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-ee-api/target/glassfish-ee-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-ee-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-ee-api --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-ee-api/target/glassfish-ee-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-ee-api/7.0.0-SNAPSHOT/glassfish-ee-api-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-ee-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-ee-api/7.0.0-SNAPSHOT/glassfish-ee-api-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.common:annotation-framework >----------- [INFO] Building GlassFish Java EE Annotation Framework 7.0.0-SNAPSHOT [65/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ annotation-framework --- [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] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ annotation-framework --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ annotation-framework --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ annotation-framework --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ annotation-framework --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ annotation-framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/src/main/java/org/glassfish/apf/impl/JarScanner.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/src/main/java/org/glassfish/apf/impl/JarScanner.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/src/main/java/org/glassfish/apf/impl/AnnotationProcessorImpl.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/src/main/java/org/glassfish/apf/impl/AnnotationProcessorImpl.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ annotation-framework --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ annotation-framework --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ annotation-framework --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ annotation-framework --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ annotation-framework --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ annotation-framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ annotation-framework --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/target/classes/META-INF for [INFO] [echo] annotation-framework [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ annotation-framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/target/annotation-framework.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ annotation-framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ annotation-framework --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/target/annotation-framework.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/annotation-framework/7.0.0-SNAPSHOT/annotation-framework-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/annotation-framework/7.0.0-SNAPSHOT/annotation-framework-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.main.resourcebase.resources:nucleus-resources >----- [INFO] Building nucleus.resources 7.0.0-SNAPSHOT [66/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ nucleus-resources --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-resources --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-resources --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-resources --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ nucleus-resources --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/util/ResourceUtil.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/util/ResourceUtil.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/util/ResourceUtil.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/ResourceTypeOrderProcessor.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/ResourceTypeOrderProcessor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/ResourceTypeOrderProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ nucleus-resources --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ nucleus-resources --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ nucleus-resources --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ nucleus-resources --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ nucleus-resources --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ nucleus-resources --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/target/classes/META-INF for [INFO] [echo] nucleus-resources [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ nucleus-resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/target/nucleus-resources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-resources --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-resources --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/target/nucleus-resources.jar to /home/jenkins/.m2/repository/org/glassfish/main/resourcebase/resources/nucleus-resources/7.0.0-SNAPSHOT/nucleus-resources-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resourcebase/resources/nucleus-resources/7.0.0-SNAPSHOT/nucleus-resources-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.deployment:deployment >-------------- [INFO] Building GlassFish Deployment Related Modules 7.0.0-SNAPSHOT [67/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ deployment --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ deployment --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ deployment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ deployment --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/target/classes/META-INF for [INFO] [echo] deployment [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ deployment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ deployment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-deployment-checkstyle) @ deployment --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ deployment --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment/7.0.0-SNAPSHOT/deployment-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.deployment:dol >------------------ [INFO] Building Deployment Object Library 7.0.0-SNAPSHOT [68/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ dol --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ dol --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ dol --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ dol --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ dol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 392 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/SaxParserHandler.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/SaxParserHandler.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/SaxParserHandler.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/SaxParserHandler.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ dol --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ dol --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ dol --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ dol --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ dol --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ dol --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/target/classes/META-INF for [INFO] [echo] dol [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ dol --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/target/dol.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ dol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ dol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-dol-checkstyle) @ dol --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ dol --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/target/dol.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/dol/7.0.0-SNAPSHOT/dol-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/dol/7.0.0-SNAPSHOT/dol-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.security:securitymodule >------------- [INFO] Building GlassFish Security Parent 7.0.0-SNAPSHOT [69/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ securitymodule --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ securitymodule --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ securitymodule --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ securitymodule --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/target/classes/META-INF for [INFO] [echo] securitymodule [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ securitymodule --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ securitymodule --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-securitymodule-checkstyle) @ securitymodule --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ securitymodule --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/securitymodule/7.0.0-SNAPSHOT/securitymodule-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.security:jaspic.provider.framework >-------- [INFO] Building Jaspic Provider Framework 7.0.0-SNAPSHOT [70/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jaspic.provider.framework --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jaspic.provider.framework --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jaspic.provider.framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/JAASAuthConfigProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/JAASAuthConfigProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ jaspic.provider.framework --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jaspic.provider.framework --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jaspic.provider.framework --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jaspic.provider.framework --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jaspic.provider.framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/src/test/java/test/com/sun/jaspic/config/FactoryTest.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/src/test/java/test/com/sun/jaspic/config/FactoryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/src/test/java/test/com/sun/jaspic/config/FactoryTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/src/test/java/test/com/sun/jaspic/config/FactoryTest.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/src/test/java/test/com/sun/jaspic/config/FactoryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/src/test/java/test/com/sun/jaspic/config/FactoryTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jaspic.provider.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jaspic.provider.framework --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ jaspic.provider.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/target/jaspic.provider.framework.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jaspic.provider.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jaspic.provider.framework --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/target/jaspic.provider.framework.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/jaspic.provider.framework/7.0.0-SNAPSHOT/jaspic.provider.framework-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/jaspic.provider.framework/7.0.0-SNAPSHOT/jaspic.provider.framework-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.transaction:transaction >------------- [INFO] Building GlassFish Transaction modules 7.0.0-SNAPSHOT [71/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ transaction --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ transaction --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ transaction --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ transaction --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ transaction --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/target/classes/META-INF for [INFO] [echo] transaction [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ transaction --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ transaction --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.transaction-transaction-checkstyle) @ transaction --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ transaction --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/transaction/transaction/7.0.0-SNAPSHOT/transaction-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.main.transaction:transaction-internal-api >------- [INFO] Building Transaction Service Internal API 7.0.0-SNAPSHOT [72/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ transaction-internal-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ transaction-internal-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ transaction-internal-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ transaction-internal-api --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ transaction-internal-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ transaction-internal-api --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ transaction-internal-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api/target/common-resources with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ transaction-internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ transaction-internal-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ transaction-internal-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ transaction-internal-api --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ transaction-internal-api --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ transaction-internal-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ transaction-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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ transaction-internal-api --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ transaction-internal-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ transaction-internal-api --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api/target/classes/META-INF for [INFO] [echo] transaction-internal-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ transaction-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api/target/transaction-internal-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ transaction-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ transaction-internal-api --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api/target/transaction-internal-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/transaction/transaction-internal-api/7.0.0-SNAPSHOT/transaction-internal-api-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/transaction/transaction-internal-api/7.0.0-SNAPSHOT/transaction-internal-api-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.resources:resources >--------------- [INFO] Building GlassFish Resources infrastructure related modules 7.0.0-SNAPSHOT [73/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ resources --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ resources --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ resources --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/target/classes/META-INF for [INFO] [echo] resources [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ resources --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ resources --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.resources-resources-checkstyle) @ resources --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ resources --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources/7.0.0-SNAPSHOT/resources-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.resources:resources-connector >---------- [INFO] Building Resources Connector 7.0.0-SNAPSHOT [74/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ resources-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ resources-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ resources-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ resources-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/src/main/java/org/glassfish/resources/custom/factory/JavaBeanFactory.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ resources-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ resources-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ resources-connector --- [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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ resources-connector --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ resources-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/src/test/java/org/glassfish/resources/admin/cli/DeleteJndiResourceTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/src/test/java/org/glassfish/resources/admin/cli/DeleteJndiResourceTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ resources-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/target/classes/META-INF for [INFO] [echo] resources-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ resources-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/target/resources-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ resources-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ resources-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/target/resources-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-connector/7.0.0-SNAPSHOT/resources-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-connector/7.0.0-SNAPSHOT/resources-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.connectors:connectors >-------------- [INFO] Building Connectors Parent 7.0.0-SNAPSHOT [75/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ connectors --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ connectors --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ connectors --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ connectors --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/target/classes/META-INF for [INFO] [echo] connectors [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ connectors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ connectors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.connectors-connectors-checkstyle) @ connectors --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors/7.0.0-SNAPSHOT/connectors-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.connectors:connectors-internal-api >-------- [INFO] Building Connectors Private APIs for GlassFish Containers 7.0.0-SNAPSHOT [76/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ connectors-internal-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ connectors-internal-api --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ connectors-internal-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ connectors-internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ connectors-internal-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ connectors-internal-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ connectors-internal-api --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ connectors-internal-api --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ connectors-internal-api --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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-compiler-plugin:3.8.1:testCompile (default-testCompile) @ connectors-internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/src/test/java/org/glassfish/connectors/config/AllModelsImplementingTest.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/src/test/java/org/glassfish/connectors/config/AllModelsImplementingTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/src/test/java/org/glassfish/connectors/config/AllModelsImplementingTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ connectors-internal-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ connectors-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/target/connectors-internal-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ connectors-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors-internal-api --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/target/connectors-internal-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-internal-api/7.0.0-SNAPSHOT/connectors-internal-api-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-internal-api/7.0.0-SNAPSHOT/connectors-internal-api-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.ejb:ejb-internal-api >--------------- [INFO] Building EJB container Internal API 7.0.0-SNAPSHOT [77/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-internal-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ejb-internal-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ejb-internal-api --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ejb-internal-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-internal-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-internal-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ejb-internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-internal-api/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ ejb-internal-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ ejb-internal-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ ejb-internal-api --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ejb-internal-api --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-internal-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ejb-internal-api --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ ejb-internal-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ ejb-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-internal-api/target/ejb-internal-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ejb-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-internal-api --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-internal-api/target/ejb-internal-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-internal-api/7.0.0-SNAPSHOT/ejb-internal-api-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-internal-api/7.0.0-SNAPSHOT/ejb-internal-api-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.libpam4j:libpam4j >---------------- [INFO] Building Java binding for libpam.so 7.0.0-SNAPSHOT [78/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ libpam4j --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ libpam4j --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ libpam4j --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ libpam4j --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ libpam4j --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ libpam4j --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ libpam4j --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ libpam4j --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/src/main/java/org/jvnet/libpam/PAM.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/src/main/java/org/jvnet/libpam/PAM.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/src/main/java/org/jvnet/libpam/PAM.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/src/main/java/org/jvnet/libpam/impl/CLibrary.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/src/main/java/org/jvnet/libpam/impl/CLibrary.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ libpam4j --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ libpam4j --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/src/test/java/org/jvnet/libpam/InteractiveTester.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/src/test/java/org/jvnet/libpam/InteractiveTester.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/src/test/java/org/jvnet/libpam/InteractiveTester.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ libpam4j --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/target/classes/META-INF for [INFO] [echo] libpam4j [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ libpam4j --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/target/libpam4j.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (osgi-bundle) @ libpam4j --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.libpam4j-libpam4j-checkstyle) @ libpam4j --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ libpam4j --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/target/libpam4j.jar to /home/jenkins/.m2/repository/org/glassfish/main/libpam4j/libpam4j/7.0.0-SNAPSHOT/libpam4j-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/libpam4j/libpam4j/7.0.0-SNAPSHOT/libpam4j-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.security:security-ee >--------------- [INFO] Building Java EE Security Core Classes 7.0.0-SNAPSHOT [79/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ security-ee --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ security-ee --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ security-ee --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ security-ee --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jauth/AuthConfig.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jauth/AuthConfig.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jauth/AuthConfig.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jauth/AuthConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ security-ee --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ security-ee --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ security-ee --- [WARNING] Manifest org.glassfish.main.security:security-ee:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.enterprise.security.auth.realm.jdbc, has 1, private references [com.sun.enterprise.security.ee.auth.realm] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ security-ee --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/target/classes/libsolsparcauth.so [INFO] Copying libsolx86auth-1.0.so to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/target/classes/libsolx86auth.so [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ security-ee --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ security-ee --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ security-ee --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/target/classes/META-INF for [INFO] [echo] security-ee [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ security-ee --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/target/security-ee.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ security-ee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ security-ee --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/target/security-ee.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/security-ee/7.0.0-SNAPSHOT/security-ee-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/security-ee/7.0.0-SNAPSHOT/security-ee-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.common:stats77 >------------------ [INFO] Building stats77 7.0.0-SNAPSHOT [80/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ stats77 --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ stats77 --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ stats77 --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ stats77 --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ stats77 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/src/main/java/com/sun/enterprise/admin/monitor/stats/MutableTimeStatisticImpl.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/src/main/java/com/sun/enterprise/admin/monitor/stats/lb/ClusterStats.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/src/main/java/com/sun/enterprise/admin/monitor/stats/lb/ClusterStats.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ stats77 --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ stats77 --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ stats77 --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ stats77 --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ stats77 --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ stats77 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ stats77 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ stats77 --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/target/classes/META-INF for [INFO] [echo] stats77 [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ stats77 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/target/stats77.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ stats77 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ stats77 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-stats77-checkstyle) @ stats77 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ stats77 --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/target/stats77.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/stats77/7.0.0-SNAPSHOT/stats77-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/stats77/7.0.0-SNAPSHOT/stats77-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.deployment:deployment-javaee-core >-------- [INFO] Building Deployment Related JavaEE Core Classes 7.0.0-SNAPSHOT [81/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ deployment-javaee-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ deployment-javaee-core --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ deployment-javaee-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ deployment-javaee-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-core/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ deployment-javaee-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ deployment-javaee-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ deployment-javaee-core --- [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] --- 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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ deployment-javaee-core --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ deployment-javaee-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-core/target/classes/META-INF for [INFO] [echo] deployment-javaee-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ deployment-javaee-core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-core/target/deployment-javaee-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ deployment-javaee-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ deployment-javaee-core --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-core/target/deployment-javaee-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-javaee-core/7.0.0-SNAPSHOT/deployment-javaee-core-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-javaee-core/7.0.0-SNAPSHOT/deployment-javaee-core-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.common:glassfish-naming >------------- [INFO] Building Glassfish Naming 7.0.0-SNAPSHOT [82/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-naming --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-naming --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-naming --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ glassfish-naming --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/SerialContext.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/WrappedSerialContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/WrappedSerialContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ glassfish-naming --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ glassfish-naming --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ glassfish-naming --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ glassfish-naming --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-naming --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish-naming --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-naming --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ glassfish-naming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-naming --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/target/classes/META-INF for [INFO] [echo] glassfish-naming [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ glassfish-naming --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/target/glassfish-naming.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-naming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-naming --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/target/glassfish-naming.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-naming/7.0.0-SNAPSHOT/glassfish-naming-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-naming/7.0.0-SNAPSHOT/glassfish-naming-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.common:container-common >------------- [INFO] Building Container Common 7.0.0-SNAPSHOT [83/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ container-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ container-common --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ container-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ container-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/util/InjectionManagerImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/util/InjectionManagerImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/spi/util/JavaEEObjectStreamFactory.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/spi/util/JavaEEObjectStreamFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ container-common --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ container-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ container-common --- [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] --- 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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ container-common --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ container-common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ container-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ container-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/target/classes/META-INF for [INFO] [echo] container-common [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ container-common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/target/container-common.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ container-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ container-common --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/target/container-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/container-common/7.0.0-SNAPSHOT/container-common-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/container-common/7.0.0-SNAPSHOT/container-common-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.persistence:persistence >------------- [INFO] Building GlassFish persistence related modules 7.0.0-SNAPSHOT [84/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ persistence --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ persistence --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ persistence --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ persistence --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/target/classes/META-INF for [INFO] [echo] persistence [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence-persistence-checkstyle) @ persistence --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ persistence --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/persistence/7.0.0-SNAPSHOT/persistence-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.persistence:persistence-common >---------- [INFO] Building Common persistence code between JPA and CMP 7.0.0-SNAPSHOT [85/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ persistence-common --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ persistence-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ persistence-common --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ persistence-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ persistence-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/src/main/java/org/glassfish/persistence/common/database/PropertyHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/src/main/java/org/glassfish/persistence/common/database/PropertyHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ persistence-common --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ persistence-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ persistence-common --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ persistence-common --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ persistence-common --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ persistence-common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/target/classes/META-INF for [INFO] [echo] persistence-common [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ persistence-common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/target/persistence-common.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ persistence-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ persistence-common --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/target/persistence-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/persistence-common/7.0.0-SNAPSHOT/persistence-common-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/persistence-common/7.0.0-SNAPSHOT/persistence-common-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.ejb:gf-ejb-connector >--------------- [INFO] Building EJB Container connector for Glassfish 7.0.0-SNAPSHOT [86/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gf-ejb-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gf-ejb-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gf-ejb-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gf-ejb-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-connector/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ gf-ejb-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gf-ejb-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gf-ejb-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-ejb-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gf-ejb-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-ejb-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-connector/target/classes/META-INF for [INFO] [echo] gf-ejb-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ gf-ejb-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-connector/target/gf-ejb-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gf-ejb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-ejb-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-connector/target/gf-ejb-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/gf-ejb-connector/7.0.0-SNAPSHOT/gf-ejb-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/gf-ejb-connector/7.0.0-SNAPSHOT/gf-ejb-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------------< org.glassfish.main.orb:orb >--------------------- [INFO] Building GlassFish ORB related modules 7.0.0-SNAPSHOT [87/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ orb --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ orb --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ orb --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ orb --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/target/classes/META-INF for [INFO] [echo] orb [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ orb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ orb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.orb-orb-checkstyle) @ orb --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ orb --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb/7.0.0-SNAPSHOT/orb-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.orb:orb-enabler >----------------- [INFO] Building GlassFish ORB enabler implementation 7.0.0-SNAPSHOT [88/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-enabler/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-enabler/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ orb-enabler --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ orb-enabler --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ orb-enabler --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-enabler/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ orb-enabler --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-enabler/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-enabler/src/main/java/org/glassfish/enterprise/api/enabler/ORBConnectorStartup.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-enabler/src/main/java/org/glassfish/enterprise/api/enabler/ORBConnectorStartup.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ orb-enabler --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ orb-enabler --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ orb-enabler --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ orb-enabler --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-enabler/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ orb-enabler --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ orb-enabler --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ orb-enabler --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ orb-enabler --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-enabler/target/classes/META-INF for [INFO] [echo] orb-enabler [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ orb-enabler --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-enabler/target/orb-enabler.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ orb-enabler --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ orb-enabler --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-enabler/target/orb-enabler.jar to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-enabler/7.0.0-SNAPSHOT/orb-enabler-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-enabler/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-enabler/7.0.0-SNAPSHOT/orb-enabler-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.orb:orb-connector >---------------- [INFO] Building GlassFish ORB connector implementation 7.0.0-SNAPSHOT [89/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ orb-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ orb-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ orb-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ orb-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-connector/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ orb-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ orb-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ orb-connector --- [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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ orb-connector --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-connector/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ orb-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-connector/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ orb-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ orb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ orb-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-connector/target/classes/META-INF for [INFO] [echo] orb-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ orb-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-connector/target/orb-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ orb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ orb-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-connector/target/orb-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-connector/7.0.0-SNAPSHOT/orb-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-connector/7.0.0-SNAPSHOT/orb-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.ejb:ejb-container >---------------- [INFO] Building GlassFish Core EJB container implementation 7.0.0-SNAPSHOT [90/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ejb-container --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ejb-container --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ejb-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ ejb-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 279 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/BaseContainer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/BaseContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/EJBContextImpl.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/EJBContextImpl.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/EJBContextImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/deployment/node/AroundInvokeNode.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/deployment/node/AroundInvokeNode.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ ejb-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ ejb-container --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ ejb-container --- [WARNING] Manifest org.glassfish.main.ejb:ejb-container:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.ejb, has 1, private references [com.sun.ejb.containers.interceptors] [WARNING] Manifest org.glassfish.main.ejb:ejb-container:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.ejb.containers, has 3, private references [com.sun.ejb.containers.interceptors, com.sun.ejb.spi.sfsb.util, org.glassfish.ejb.startup] [WARNING] Manifest org.glassfish.main.ejb:ejb-container:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.ejb.containers.util.cache, has 1, private references [com.sun.ejb.base.stats] [WARNING] Manifest org.glassfish.main.ejb:ejb-container:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.ejb.monitoring.stats, has 1, private references [com.sun.ejb.spi.stats] [WARNING] Manifest org.glassfish.main.ejb:ejb-container:glassfish-jar:7.0.0-SNAPSHOT : Export org.glassfish.ejb.deployment.descriptor, has 1, private references [org.glassfish.ejb.deployment.util] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ejb-container --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.ejb.admin.cli.ListTimers, org.glassfish.ejb.admin.cli.MigrateTimers] [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ejb-container --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ejb-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ ejb-container --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ ejb-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ejb-container --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/target/classes/META-INF for [INFO] [echo] ejb-container [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ejb-container --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/target/ejb-container.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ejb-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-container --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/target/ejb-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-container/7.0.0-SNAPSHOT/ejb-container-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-container/7.0.0-SNAPSHOT/ejb-container-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------------< org.glassfish.main.web:web >--------------------- [INFO] Building GlassFish Web container related modules 7.0.0-SNAPSHOT [91/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ web --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ web --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ web --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/target/classes/META-INF for [INFO] [echo] web [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-web-checkstyle) @ web --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web/7.0.0-SNAPSHOT/web-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.web:jersey-ejb-component-provider >-------- [INFO] Building Jersey EJB Component Provider Module 7.0.0-SNAPSHOT [92/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-ejb-component-provider/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-ejb-component-provider/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jersey-ejb-component-provider --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jersey-ejb-component-provider --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-ejb-component-provider/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jersey-ejb-component-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-ejb-component-provider/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ jersey-ejb-component-provider --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jersey-ejb-component-provider --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ jersey-ejb-component-provider --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-ejb-component-provider/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jersey-ejb-component-provider --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ jersey-ejb-component-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-ejb-component-provider/target/jersey-ejb-component-provider.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jersey-ejb-component-provider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jersey-ejb-component-provider --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-ejb-component-provider/target/jersey-ejb-component-provider.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jersey-ejb-component-provider/7.0.0-SNAPSHOT/jersey-ejb-component-provider-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-ejb-component-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jersey-ejb-component-provider/7.0.0-SNAPSHOT/jersey-ejb-component-provider-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.admin:gf-restadmin-connector >----------- [INFO] Building Connector for GlassFish Admin REST Service 7.0.0-SNAPSHOT [93/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/gf-restadmin-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/gf-restadmin-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gf-restadmin-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gf-restadmin-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/gf-restadmin-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/gf-restadmin-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gf-restadmin-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/gf-restadmin-connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ gf-restadmin-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gf-restadmin-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-restadmin-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/gf-restadmin-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gf-restadmin-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ gf-restadmin-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-restadmin-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ gf-restadmin-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/gf-restadmin-connector/target/gf-restadmin-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gf-restadmin-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ gf-restadmin-connector --- [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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-restadmin-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/gf-restadmin-connector/target/gf-restadmin-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/gf-restadmin-connector/7.0.0-SNAPSHOT/gf-restadmin-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/gf-restadmin-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/gf-restadmin-connector/7.0.0-SNAPSHOT/gf-restadmin-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.admin:rest-service >---------------- [INFO] Building GlassFish Admin REST Service 7.0.0-SNAPSHOT [94/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ rest-service --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ rest-service --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ rest-service --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rest-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 189 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/cli/SynchronizeRealmFromConfig.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/cli/SynchronizeRealmFromConfig.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/provider/ProviderUtil.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/provider/ProviderUtil.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ rest-service --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ rest-service --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ rest-service --- [WARNING] Manifest org.glassfish.main.admin:rest-service:glassfish-jar:7.0.0-SNAPSHOT : Export org.glassfish.admin.rest.utils, has 2, private references [org.glassfish.admin.rest.provider, org.glassfish.admin.rest.results] [WARNING] Manifest org.glassfish.main.admin:rest-service:glassfish-jar:7.0.0-SNAPSHOT : Export org.glassfish.admin.rest.composite, has 1, private references [org.glassfish.admin.rest.resources] [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ rest-service --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.admin.rest.cli.GetGroupNamesCommand, org.glassfish.admin.rest.cli.GetTokensCommand, org.glassfish.admin.rest.cli.IsAnonymousUserEnabledCommand, org.glassfish.admin.rest.cli.PredefinedAuthRealmClassNamesCommand, org.glassfish.admin.rest.cli.SupportsUserManagementCommand, org.glassfish.admin.rest.cli.SynchronizeRealmFromConfig] [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ rest-service --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rest-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/src/test/java/org/glassfish/admin/rest/EncodingTest.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/src/test/java/org/glassfish/admin/rest/EncodingTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/src/test/java/org/glassfish/admin/rest/EncodingTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/src/test/java/org/glassfish/admin/rest/EncodingTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/src/test/java/org/glassfish/admin/rest/EncodingTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ rest-service --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ rest-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ rest-service --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/classes/META-INF for [INFO] [echo] rest-service [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rest-service --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/rest-service.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ rest-service --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/rest-service-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ rest-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ rest-service --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/rest-service.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-service/7.0.0-SNAPSHOT/rest-service-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-service/7.0.0-SNAPSHOT/rest-service-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/rest-service-tests.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-service/7.0.0-SNAPSHOT/rest-service-7.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --------------< org.glassfish.main.admin:nucleus-domain >--------------- [INFO] Building Nucleus template 7.0.0-SNAPSHOT [95/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/template [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-domain --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-domain --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-domain --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Copying 12 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/template/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ nucleus-domain --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ nucleus-domain --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/template/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ nucleus-domain --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ nucleus-domain --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-domain --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/template/target/classes/META-INF for [INFO] [echo] nucleus-domain [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/template/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default) @ nucleus-domain --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/template/target/classes/config [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ nucleus-domain --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/template/target/nucleus-domain.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-domain --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-domain --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/template/target/nucleus-domain.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/nucleus-domain/7.0.0-SNAPSHOT/nucleus-domain-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/template/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/nucleus-domain/7.0.0-SNAPSHOT/nucleus-domain-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.flashlight:flashlight-agent >----------- [INFO] Building flashlight-agent 7.0.0-SNAPSHOT [96/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ flashlight-agent --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ flashlight-agent --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ flashlight-agent --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ flashlight-agent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent/target/common-resources with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ flashlight-agent --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ flashlight-agent --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent/target/classes/META-INF for [INFO] [echo] flashlight-agent [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ flashlight-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent/target/flashlight-agent.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ flashlight-agent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ flashlight-agent --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent/target/flashlight-agent.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-agent/7.0.0-SNAPSHOT/flashlight-agent-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-agent/7.0.0-SNAPSHOT/flashlight-agent-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.main.flashlight:flashlight-extra-jdk-packages >----- [INFO] Building GlassFish Flashlight Extra JDK Pkgs 7.0.0-SNAPSHOT [97/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/flashlight-extra-jdk-packages [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ flashlight-extra-jdk-packages --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/flashlight-extra-jdk-packages/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/flashlight-extra-jdk-packages/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ flashlight-extra-jdk-packages --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ flashlight-extra-jdk-packages --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/flashlight-extra-jdk-packages/target/flashlight-extra-jdk-packages.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ flashlight-extra-jdk-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ flashlight-extra-jdk-packages --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/flashlight-extra-jdk-packages/target/flashlight-extra-jdk-packages.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-extra-jdk-packages/7.0.0-SNAPSHOT/flashlight-extra-jdk-packages-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-extra-jdk-packages/7.0.0-SNAPSHOT/flashlight-extra-jdk-packages-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.flashlight:nucleus-flashlight >---------- [INFO] Building Flashlight 7.0.0-SNAPSHOT [98/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-flashlight --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-flashlight --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-flashlight --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/target/classes/META-INF for [INFO] [echo] nucleus-flashlight [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-flashlight --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-flashlight --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/nucleus-flashlight/7.0.0-SNAPSHOT/nucleus-flashlight-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.deployment:deployment-admin >----------- [INFO] Building Deployment Related Admin Classes 7.0.0-SNAPSHOT [99/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ deployment-admin --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ deployment-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ deployment-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ deployment-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ deployment-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/src/main/java/org/glassfish/deployment/admin/DisableCommand.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/src/main/java/org/glassfish/deployment/admin/DisableCommand.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ deployment-admin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ deployment-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ deployment-admin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ deployment-admin --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ deployment-admin --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ deployment-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/src/test/java/org/glassfish/deployment/admin/ListComponentsCommandTest.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/src/test/java/org/glassfish/deployment/admin/ListComponentsCommandTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/src/test/java/org/glassfish/deployment/admin/ListComponentsCommandTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ deployment-admin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ deployment-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ deployment-admin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/target/classes/META-INF for [INFO] [echo] deployment-admin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ deployment-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/target/deployment-admin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ deployment-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ deployment-admin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/target/deployment-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-admin/7.0.0-SNAPSHOT/deployment-admin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-admin/7.0.0-SNAPSHOT/deployment-admin-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.deployment:deployment-autodeploy >--------- [INFO] Building AutoDeploy Classes 7.0.0-SNAPSHOT [100/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ deployment-autodeploy --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ deployment-autodeploy --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ deployment-autodeploy --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ deployment-autodeploy --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ deployment-autodeploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployedFilesManager.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployedFilesManager.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ deployment-autodeploy --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ deployment-autodeploy --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ deployment-autodeploy --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ deployment-autodeploy --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ deployment-autodeploy --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ deployment-autodeploy --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/target/classes/META-INF for [INFO] [echo] deployment-autodeploy [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ deployment-autodeploy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/target/deployment-autodeploy.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ deployment-autodeploy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ deployment-autodeploy --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/target/deployment-autodeploy.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-autodeploy/7.0.0-SNAPSHOT/deployment-autodeploy-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-autodeploy/7.0.0-SNAPSHOT/deployment-autodeploy-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.deployment:nucleus-dtds >------------- [INFO] Building Set of DTDs for Nucleus distributions 7.0.0-SNAPSHOT [101/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/dtds [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-dtds --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-dtds --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-dtds --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/dtds/target/common-resources with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/dtds/target/classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/dtds/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-dtds --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/dtds/target/classes/META-INF for [INFO] [echo] nucleus-dtds [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/dtds/target/classes/META-INF [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/dtds/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/dtds/target/nucleus-dtds.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-dtds --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-dtds --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/dtds/target/nucleus-dtds.zip to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-dtds/7.0.0-SNAPSHOT/nucleus-dtds-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/dtds/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-dtds/7.0.0-SNAPSHOT/nucleus-dtds-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.deployment:nucleus-schemas >------------ [INFO] Building Set of schemas for Nucleus 7.0.0-SNAPSHOT [102/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/schemas [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-schemas --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-schemas --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-schemas --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/schemas/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ nucleus-schemas --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/schemas/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-schemas --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/schemas/target/classes/META-INF for [INFO] [echo] nucleus-schemas [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/schemas/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/schemas/target/nucleus-schemas.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-schemas --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-schemas --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/schemas/target/nucleus-schemas.zip to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-schemas/7.0.0-SNAPSHOT/nucleus-schemas-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/schemas/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-schemas/7.0.0-SNAPSHOT/nucleus-schemas-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.distributions:nucleus-distributions >------- [INFO] Building Nucleus distributions 7.0.0-SNAPSHOT [103/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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 --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-distributions --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-distributions --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-distributions --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-distributions --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/target/dependency/META-INF for [INFO] [echo] nucleus-distributions [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/target/dependency/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-distributions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-distributions --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-distributions/7.0.0-SNAPSHOT/nucleus-distributions-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.distributions:nucleus-common >----------- [INFO] Building Nucleus distribution Common module 7.0.0-SNAPSHOT [104/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus-common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-common --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus-common/src/main/manpages [INFO] Copying 2 resources to META-INF [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus-common/target/stage [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus-common/target/dependency/META-INF for [INFO] [echo] nucleus-common [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus-common/target/nucleus-common.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-common --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus-common/target/nucleus-common.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-common/7.0.0-SNAPSHOT/nucleus-common-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-common/7.0.0-SNAPSHOT/nucleus-common-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.main.admingui:jackson-module-jaxb-annotations >----- [INFO] Building Admin Console Jackson JAXB Repackaging 7.0.0-SNAPSHOT [105/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jackson-module-jaxb-annotations --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jackson-module-jaxb-annotations --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jackson-module-jaxb-annotations --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-source (add-jackson-jaxb-src) @ jackson-module-jaxb-annotations --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/target/jackson-jaxb-src added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack_jackson-jaxb_sources) @ jackson-module-jaxb-annotations --- [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:sources:2.13.1:jar [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.1/jackson-module-jaxb-annotations-2.13.1-sources.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/target/jackson-jaxb-src with includes "**/jaxb/**/*.java,**/jaxb/**/*.xml" and excludes "" [INFO] [INFO] --- replacer:1.5.3:replace (default) @ jackson-module-jaxb-annotations --- [INFO] Replacement run on 9 files. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jackson-module-jaxb-annotations --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jackson-module-jaxb-annotations --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jackson-module-jaxb-annotations --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jackson-module-jaxb-annotations --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jackson-module-jaxb-annotations --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/target/jackson-jaxb-src/com/fasterxml/jackson/module/jaxb/JaxbAnnotationIntrospector.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/target/jackson-jaxb-src/com/fasterxml/jackson/module/jaxb/JaxbAnnotationIntrospector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/target/jackson-jaxb-src/com/fasterxml/jackson/module/jaxb/JaxbAnnotationIntrospector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (osgi-bundle) @ jackson-module-jaxb-annotations --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jackson-module-jaxb-annotations --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jackson-module-jaxb-annotations --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jackson-module-jaxb-annotations --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jackson-module-jaxb-annotations --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/target/classes/META-INF for [INFO] [echo] jackson-module-jaxb-annotations [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jackson-module-jaxb-annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/target/jackson-module-jaxb-annotations.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jackson-module-jaxb-annotations --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ jackson-module-jaxb-annotations --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-jackson-module-jaxb-annotations-checkstyle) @ jackson-module-jaxb-annotations --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jackson-module-jaxb-annotations --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/target/jackson-module-jaxb-annotations.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/jackson-module-jaxb-annotations/7.0.0-SNAPSHOT/jackson-module-jaxb-annotations-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/jackson-module-jaxb-annotations/7.0.0-SNAPSHOT/jackson-module-jaxb-annotations-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.featuresets:nucleus-featuresets >--------- [INFO] Building Glassfish featuresets 7.0.0-SNAPSHOT [106/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ nucleus-featuresets --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-featuresets --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-featuresets --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-featuresets --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-featuresets --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-featuresets --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-featuresets --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/target/classes/META-INF for [INFO] [echo] nucleus-featuresets [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-featuresets --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-featuresets --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/nucleus-featuresets/7.0.0-SNAPSHOT/nucleus-featuresets-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.featuresets:atomic >---------------- [INFO] Building Glassfish Nucleus Atomic Featureset 7.0.0-SNAPSHOT [107/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/atomic [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ atomic --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ atomic --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ atomic --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/atomic/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ atomic --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/atomic/target/classes/META-INF for [INFO] [echo] atomic [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/atomic/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ atomic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ atomic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.featuresets-atomic-checkstyle) @ atomic --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ atomic --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/atomic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/atomic/7.0.0-SNAPSHOT/atomic-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.distributions:atomic >--------------- [INFO] Building Glassfish Atomic Distribution 7.0.0-SNAPSHOT [108/294] [INFO] -----------------------[ glassfish-distribution ]----------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/atomic [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ atomic --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ atomic --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ atomic --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/atomic/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:featuresets-dependencies (default-featuresets-dependencies) @ atomic --- [INFO] Copying org.glassfish.external:management-api:jar:3.2.3 to target/dependency/management-api.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-framework:jar:7.0.0-SNAPSHOT to target/dependency/flashlight-framework.jar [INFO] Copying jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 to target/dependency/jakarta.ws.rs-api.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-sse:jar:3.1.0-M2 to target/dependency/jersey-media-sse.jar [INFO] Copying org.glassfish.hk2:hk2-utils:jar:3.0.2 to target/dependency/hk2-utils.jar [INFO] Copying org.apache.felix:org.apache.felix.fileinstall:jar:3.7.2 to target/dependency/org.apache.felix.fileinstall.jar [INFO] Copying org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.2 to target/dependency/aopalliance-repackaged.jar [INFO] Copying org.glassfish.jersey.core:jersey-common:jar:3.1.0-M2 to target/dependency/jersey-common.jar [INFO] Copying org.glassfish.main.common:glassfish-api:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-api.jar [INFO] Copying org.glassfish.main.common:glassfish-mbeanserver:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-mbeanserver.jar [INFO] Copying org.glassfish.jersey.inject:jersey-hk2:jar:3.1.0-M2 to target/dependency/jersey-hk2.jar [INFO] Copying org.jvnet.mimepull:mimepull:jar:1.9.15 to target/dependency/mimepull.jar [INFO] Copying jakarta.validation:jakarta.validation-api:jar:3.0.1 to target/dependency/jakarta.validation-api.jar [INFO] Copying com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1 to target/dependency/jackson-annotations.jar [INFO] Copying org.glassfish.hk2:hk2-core:jar:3.0.2 to target/dependency/hk2-core.jar [INFO] Copying org.glassfish.hk2:hk2-locator:jar:3.0.2 to target/dependency/hk2-locator.jar [INFO] Copying org.ow2.asm:asm:jar:9.2 to target/dependency/asm.jar [INFO] Copying org.ow2.asm:asm-commons:jar:9.2 to target/dependency/asm-commons.jar [INFO] Copying org.glassfish.main.deployment:deployment-common:jar:7.0.0-SNAPSHOT to target/dependency/deployment-common.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.1.0-M2 to target/dependency/jersey-container-grizzly2-http.jar [INFO] Copying org.glassfish.main.common:common-util:jar:7.0.0-SNAPSHOT to target/dependency/common-util.jar [INFO] Copying com.fasterxml.jackson.core:jackson-core:jar:2.13.1 to target/dependency/jackson-core.jar [INFO] Copying org.glassfish.main.hk2:tiger-types:jar:7.0.0-SNAPSHOT to target/dependency/tiger-types.jar [INFO] Copying org.glassfish.main.security:ssl-impl:jar:7.0.0-SNAPSHOT to target/dependency/ssl-impl.jar [INFO] Copying jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0-RC3 to target/dependency/jakarta.xml.bind-api.jar [INFO] Copying org.hibernate.validator:hibernate-validator-cdi:jar:7.0.1.Final to target/dependency/hibernate-validator-cdi.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.core:jersey-server:jar:3.1.0-M2 to target/dependency/jersey-server.jar [INFO] Copying org.glassfish.main.admin:config-api:jar:7.0.0-SNAPSHOT to target/dependency/config-api.jar [INFO] Copying org.glassfish.hk2:osgi-adapter:jar:3.0.2 to target/dependency/osgi-adapter.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-jaxb:jar:3.1.0-M2 to target/dependency/jersey-media-jaxb.jar [INFO] Copying jakarta.annotation:jakarta.annotation-api:jar:2.1.0 to target/dependency/jakarta.annotation-api.jar [INFO] Copying org.glassfish.main.admin:nucleus-domain:jar:7.0.0-SNAPSHOT to target/dependency/nucleus-domain.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.1.0-M2 to target/dependency/jersey-media-json-jackson.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.common:amx-core:jar:7.0.0-SNAPSHOT to target/dependency/amx-core.jar [INFO] Copying org.glassfish.main.core:logging:jar:7.0.0-SNAPSHOT to target/dependency/logging.jar [INFO] Copying org.glassfish.main.admin:admin-cli:jar:7.0.0-SNAPSHOT to target/dependency/admin-cli.jar [INFO] Copying com.fasterxml.jackson.core:jackson-databind:jar:2.13.1 to target/dependency/jackson-databind.jar [INFO] Copying org.glassfish:jakarta.el:jar:5.0.0-M1 to target/dependency/jakarta.el.jar [INFO] Copying org.glassfish.main.common:scattered-archive-api:jar:7.0.0-SNAPSHOT to target/dependency/scattered-archive-api.jar [INFO] Copying org.glassfish.main.core:kernel:jar:7.0.0-SNAPSHOT to target/dependency/kernel.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-multipart:jar:3.1.0-M2 to target/dependency/jersey-media-multipart.jar [INFO] Copying org.eclipse.angus:angus-activation:jar:1.0.0 to target/dependency/angus-activation.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.core:glassfish:jar:7.0.0-SNAPSHOT to target/dependency/glassfish.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.1.0-M2 to target/dependency/jersey-media-json-jettison.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-api:jar:2.0.0 to target/dependency/grizzly-npn-api.jar [INFO] Copying org.glassfish.main.common:simple-glassfish-api:jar:7.0.0-SNAPSHOT to target/dependency/simple-glassfish-api.jar [INFO] Copying org.glassfish.main.security:security-services:jar:7.0.0-SNAPSHOT to target/dependency/security-services.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-osgi:jar:2.0.0 to target/dependency/grizzly-npn-osgi.jar [INFO] Copying org.ow2.asm:asm-util:jar:9.2 to target/dependency/asm-util.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-interactive:jar:7.0.0-SNAPSHOT to target/dependency/osgi-cli-interactive.jar [INFO] Copying org.hibernate.validator:hibernate-validator:jar:7.0.1.Final to target/dependency/hibernate-validator.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:nucleus-grizzly-all:jar:7.0.0-SNAPSHOT to target/dependency/nucleus-grizzly-all.jar [INFO] Copying org.javassist:javassist:jar:3.28.0-GA to target/dependency/javassist.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-container:jar:7.0.0-SNAPSHOT to target/dependency/osgi-container.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:jar:3.0.2 to target/dependency/hk2.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-extra-jdk-packages:jar:7.0.0-SNAPSHOT to target/dependency/flashlight-extra-jdk-packages.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-agent:jar:7.0.0-SNAPSHOT to target/dependency/flashlight-agent.jar [INFO] Copying jakarta.activation:jakarta.activation-api:jar:2.1.0 to target/dependency/jakarta.activation-api.jar [INFO] Copying org.glassfish.main.core:glassfish-extra-jre-packages:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-extra-jre-packages.jar [INFO] Copying org.glassfish.main.hk2:config-types:jar:7.0.0-SNAPSHOT to target/dependency/config-types.jar [INFO] Copying org.glassfish.main.deployment:deployment-autodeploy:jar:7.0.0-SNAPSHOT to target/dependency/deployment-autodeploy.jar [INFO] Copying jakarta.el:jakarta.el-api:jar:5.0.0 to target/dependency/jakarta.el-api.jar [INFO] Copying org.glassfish.main.hk2:hk2-config:jar:7.0.0-SNAPSHOT to target/dependency/hk2-config.jar [INFO] Copying org.glassfish.main.admin:launcher:jar:7.0.0-SNAPSHOT to target/dependency/launcher.jar [INFO] Copying org.glassfish.main.admin:server-mgmt:jar:7.0.0-SNAPSHOT to target/dependency/server-mgmt.jar [INFO] Copying org.glassfish.main.common:internal-api:jar:7.0.0-SNAPSHOT to target/dependency/internal-api.jar [INFO] Copying org.glassfish.main.core:api-exporter:jar:7.0.0-SNAPSHOT to target/dependency/api-exporter.jar [INFO] Copying org.codehaus.jettison:jettison:jar:1.4.1 to target/dependency/jettison.jar [INFO] Copying org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.1.0-M2 to target/dependency/jersey-entity-filtering.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.apache.felix:org.apache.felix.gogo.command:jar:1.1.2 to target/dependency/org.apache.felix.gogo.command.jar [INFO] Copying org.glassfish.hk2:class-model:jar:3.0.2 to target/dependency/class-model.jar [INFO] Copying org.glassfish.main.deployment:deployment-admin:jar:7.0.0-SNAPSHOT to target/dependency/deployment-admin.jar [INFO] Copying org.ow2.asm:asm-analysis:jar:9.2 to target/dependency/asm-analysis.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4 to target/dependency/org.apache.felix.gogo.shell.jar [INFO] Copying org.glassfish.hk2:hk2-runlevel:jar:3.0.2 to target/dependency/hk2-runlevel.jar [INFO] Copying org.glassfish.gmbal:gmbal:jar:4.0.3 to target/dependency/gmbal.jar [INFO] Copying org.ow2.asm:asm-tree:jar:9.2 to target/dependency/asm-tree.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-remote:jar:7.0.0-SNAPSHOT to target/dependency/osgi-cli-remote.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-binding:jar:3.1.0-M2 to target/dependency/jersey-media-json-binding.jar [INFO] Copying org.jboss.logging:jboss-logging:jar:3.4.2.Final to target/dependency/jboss-logging.jar [INFO] Copying com.sun.xml.bind:jaxb-osgi:jar:4.0.0-M2 to target/dependency/jaxb-osgi.jar [INFO] Copying org.glassfish.main.admingui:jackson-module-jaxb-annotations:jar:7.0.0-SNAPSHOT to target/dependency/jackson-module-jaxb-annotations.jar [INFO] Copying org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 to target/dependency/osgi-resource-locator.jar [INFO] Unpacking org.glassfish.main.distributions:nucleus-common:zip:7.0.0-SNAPSHOT to target/dependency/nucleus-common [INFO] Copying org.glassfish.jersey.ext:jersey-bean-validation:jar:3.1.0-M2 to target/dependency/jersey-bean-validation.jar [INFO] Copying org.glassfish.main.admin:admin-util:jar:7.0.0-SNAPSHOT to target/dependency/admin-util.jar [INFO] Copying org.apache.felix:org.apache.felix.scr:jar:2.2.0-RC1 to target/dependency/org.apache.felix.scr.jar [INFO] Copying org.glassfish.jersey.core:jersey-client:jar:3.1.0-M2 to target/dependency/jersey-client.jar [INFO] Copying jakarta.inject:jakarta.inject-api:jar:2.0.1.MR to target/dependency/jakarta.inject-api.jar [INFO] Copying org.glassfish.hk2:hk2-api:jar:3.0.2 to target/dependency/hk2-api.jar [INFO] Copying org.glassfish.main.security:security:jar:7.0.0-SNAPSHOT to target/dependency/security.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/atomic/target/stage [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:exec (create-domain) @ atomic --- [INFO] executable: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] [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] [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] [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/atomic/target/dependency/META-INF for [INFO] [echo] atomic [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/atomic/target/atomic.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ atomic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ atomic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.distributions-atomic-checkstyle) @ atomic --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ atomic --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/atomic/target/atomic.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/atomic/7.0.0-SNAPSHOT/atomic-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/atomic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/atomic/7.0.0-SNAPSHOT/atomic-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.featuresets:nucleus >--------------- [INFO] Building Glassfish Nucleus Featureset 7.0.0-SNAPSHOT [109/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/nucleus [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/nucleus/target/classes/META-INF for [INFO] [echo] nucleus [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/nucleus/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ nucleus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.featuresets-nucleus-checkstyle) @ nucleus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/nucleus/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/nucleus/7.0.0-SNAPSHOT/nucleus-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.distributions:nucleus-new >------------ [INFO] Building Nucleus Distribution 7.0.0-SNAPSHOT [110/294] [INFO] -----------------------[ glassfish-distribution ]----------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-new --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-new --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-new --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.jersey.containers:jersey-container-grizzly2-http:jar:3.1.0-M2 to target/dependency/jersey-container-grizzly2-http.jar [INFO] Copying jakarta.inject:jakarta.inject-api:jar:2.0.1.MR to target/dependency/jakarta.inject-api.jar [INFO] Copying org.apache.felix:org.apache.felix.scr:jar:2.2.0-RC1 to target/dependency/org.apache.felix.scr.jar [INFO] Copying org.glassfish.main.deployment:deployment-autodeploy:jar:7.0.0-SNAPSHOT to target/dependency/deployment-autodeploy.jar [INFO] Copying org.glassfish.pfl:pfl-dynamic:jar:4.1.2 to target/dependency/pfl-dynamic.jar [INFO] Copying jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0-RC3 to target/dependency/jakarta.xml.bind-api.jar [INFO] Copying com.fasterxml.jackson.core:jackson-core:jar:2.13.1 to target/dependency/jackson-core.jar [INFO] Copying org.glassfish.main.core:kernel:jar:7.0.0-SNAPSHOT to target/dependency/kernel.jar [INFO] Copying org.ow2.asm:asm-tree:jar:9.2 to target/dependency/asm-tree.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-api:jar:2.0.0 to target/dependency/grizzly-npn-api.jar [INFO] Copying org.glassfish.main.cluster:cluster-common:jar:7.0.0-SNAPSHOT to target/dependency/cluster-common.jar [INFO] Copying org.glassfish.main.admin:admin-cli:jar:7.0.0-SNAPSHOT to target/dependency/admin-cli.jar [INFO] Copying org.osgi:org.osgi.util.function:jar:1.1.0 to target/dependency/org.osgi.util.function.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:common-util:jar:7.0.0-SNAPSHOT to target/dependency/common-util.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-binding:jar:3.1.0-M2 to target/dependency/jersey-media-json-binding.jar [INFO] Copying org.glassfish.main.security:security-services:jar:7.0.0-SNAPSHOT to target/dependency/security-services.jar [INFO] Copying org.glassfish.hk2:class-model:jar:3.0.2 to target/dependency/class-model.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.1.0-M2 to target/dependency/jersey-media-json-jackson.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-container:jar:7.0.0-SNAPSHOT to target/dependency/osgi-container.jar [INFO] Copying org.ow2.asm:asm-commons:jar:9.2 to target/dependency/asm-commons.jar [INFO] Copying org.glassfish.shoal:shoal-gms-api:jar:2.0.0 to target/dependency/shoal-gms-api.jar [INFO] Copying org.hibernate.validator:hibernate-validator-cdi:jar:7.0.1.Final to target/dependency/hibernate-validator-cdi.jar [INFO] Copying org.hibernate.validator:hibernate-validator:jar:7.0.1.Final to target/dependency/hibernate-validator.jar [INFO] Copying org.eclipse.angus:angus-activation:jar:1.0.0 to target/dependency/angus-activation.jar [INFO] Copying org.glassfish.shoal:shoal-gms-impl:jar:2.0.0 to target/dependency/shoal-gms-impl.jar [INFO] Copying org.glassfish.main.common:glassfish-api:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-api.jar [INFO] Copying com.fasterxml:classmate:jar:1.5.1 to target/dependency/classmate.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-remote:jar:7.0.0-SNAPSHOT to target/dependency/osgi-cli-remote.jar [INFO] Copying org.glassfish.main.core:api-exporter:jar:7.0.0-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.hk2:tiger-types:jar:7.0.0-SNAPSHOT to target/dependency/tiger-types.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-schemas:zip:7.0.0-SNAPSHOT to target/dependency/nucleus-schemas [INFO] Copying org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 to target/dependency/osgi-resource-locator.jar [INFO] Copying org.glassfish.hk2:hk2-core:jar:3.0.2 to target/dependency/hk2-core.jar [INFO] Copying org.glassfish.main.core:glassfish:jar:7.0.0-SNAPSHOT to target/dependency/glassfish.jar [INFO] Copying org.glassfish.external:jsch:jar:0.1.56 to target/dependency/jsch.jar [INFO] Copying org.glassfish.main.security:security:jar:7.0.0-SNAPSHOT to target/dependency/security.jar [INFO] Copying org.glassfish.main.core:glassfish-extra-jre-packages:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-extra-jre-packages.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-multipart:jar:3.1.0-M2 to target/dependency/jersey-media-multipart.jar [INFO] Copying org.apache.felix:org.apache.felix.fileinstall:jar:3.7.2 to target/dependency/org.apache.felix.fileinstall.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.1.0-M2 to target/dependency/jersey-media-json-jettison.jar [INFO] Copying org.glassfish.pfl:pfl-basic:jar:4.1.2 to target/dependency/pfl-basic.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-agent:jar:7.0.0-SNAPSHOT to target/dependency/flashlight-agent.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-framework:jar:7.0.0-SNAPSHOT to target/dependency/flashlight-framework.jar [INFO] Copying jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 to target/dependency/jakarta.ws.rs-api.jar [INFO] Copying org.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.admin:server-mgmt:jar:7.0.0-SNAPSHOT to target/dependency/server-mgmt.jar [INFO] Copying org.ow2.asm:asm:jar:9.2 to target/dependency/asm.jar [INFO] Copying jakarta.el:jakarta.el-api:jar:5.0.0 to target/dependency/jakarta.el-api.jar [INFO] Copying org.glassfish.pfl:pfl-tf-tools:jar:4.1.2 to target/dependency/pfl-tf-tools.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4 to target/dependency/org.apache.felix.gogo.shell.jar [INFO] Copying jakarta.activation:jakarta.activation-api:jar:2.1.0 to target/dependency/jakarta.activation-api.jar [INFO] Copying org.glassfish.hk2:hk2-utils:jar:3.0.2 to target/dependency/hk2-utils.jar [INFO] Copying org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.1.0-M2 to target/dependency/jersey-entity-filtering.jar [INFO] Copying org.glassfish.main.cluster:cluster-ssh:jar:7.0.0-SNAPSHOT to target/dependency/cluster-ssh.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-interactive:jar:7.0.0-SNAPSHOT to target/dependency/osgi-cli-interactive.jar [INFO] Copying org.glassfish.main.common:glassfish-mbeanserver:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-mbeanserver.jar [INFO] Copying org.glassfish.main.deployment:deployment-admin:jar:7.0.0-SNAPSHOT to target/dependency/deployment-admin.jar [INFO] Copying org.glassfish.main.admin:launcher:jar:7.0.0-SNAPSHOT to target/dependency/launcher.jar [INFO] Copying com.sun.xml.bind:jaxb-osgi:jar:4.0.0-M2 to target/dependency/jaxb-osgi.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-sse:jar:3.1.0-M2 to target/dependency/jersey-media-sse.jar [INFO] Copying org.glassfish.main.admin:admin-util:jar:7.0.0-SNAPSHOT to target/dependency/admin-util.jar [INFO] Copying org.glassfish.corba:glassfish-corba-omgapi:jar:4.2.4 to target/dependency/glassfish-corba-omgapi.jar [INFO] Copying org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.2 to target/dependency/aopalliance-repackaged.jar [INFO] Copying org.glassfish.hk2:hk2-runlevel:jar:3.0.2 to target/dependency/hk2-runlevel.jar [INFO] Copying org.ow2.asm:asm-analysis:jar:9.2 to target/dependency/asm-analysis.jar [INFO] Copying org.glassfish.jersey.core:jersey-client:jar:3.1.0-M2 to target/dependency/jersey-client.jar [INFO] Copying jakarta.annotation:jakarta.annotation-api:jar:2.1.0 to target/dependency/jakarta.annotation-api.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-dtds:zip:7.0.0-SNAPSHOT to target/dependency/nucleus-dtds [INFO] Copying org.jvnet.mimepull:mimepull:jar:1.9.15 to target/dependency/mimepull.jar [INFO] Copying org.glassfish.gmbal:gmbal:jar:4.0.3 to target/dependency/gmbal.jar [INFO] Copying org.glassfish.main.cluster:cluster-admin:jar:7.0.0-SNAPSHOT to target/dependency/cluster-admin.jar [INFO] Copying org.glassfish.main.common:internal-api:jar:7.0.0-SNAPSHOT to target/dependency/internal-api.jar [INFO] Copying org.glassfish.main.common:amx-core:jar:7.0.0-SNAPSHOT to target/dependency/amx-core.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-osgi:jar:2.0.0 to target/dependency/grizzly-npn-osgi.jar [INFO] Copying org.glassfish.hk2:hk2:jar:3.0.2 to target/dependency/hk2.jar [INFO] Copying org.glassfish.main.admingui:jackson-module-jaxb-annotations:jar:7.0.0-SNAPSHOT to target/dependency/jackson-module-jaxb-annotations.jar [INFO] Copying org.glassfish.main.common:simple-glassfish-api:jar:7.0.0-SNAPSHOT to target/dependency/simple-glassfish-api.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-jaxb:jar:3.1.0-M2 to target/dependency/jersey-media-jaxb.jar [INFO] Copying org.apache.felix:org.apache.felix.main:jar:7.0.3 to target/dependency/felix.jar [INFO] Copying org.glassfish.jersey.core:jersey-server:jar:3.1.0-M2 to target/dependency/jersey-server.jar [INFO] Copying org.glassfish.main.cluster:gms-adapter:jar:7.0.0-SNAPSHOT to target/dependency/gms-adapter.jar [INFO] Copying org.glassfish.jersey.ext:jersey-bean-validation:jar:3.1.0-M2 to target/dependency/jersey-bean-validation.jar [INFO] Copying org.javassist:javassist:jar:3.28.0-GA to target/dependency/javassist.jar [INFO] Copying org.ow2.asm:asm-util:jar:9.2 to target/dependency/asm-util.jar [INFO] Copying org.glassfish.main.hk2:hk2-config:jar:7.0.0-SNAPSHOT to target/dependency/hk2-config.jar [INFO] Copying org.glassfish.main.core:logging:jar:7.0.0-SNAPSHOT to target/dependency/logging.jar [INFO] Copying org.glassfish.corba:glassfish-corba-internal-api:jar:4.2.4 to target/dependency/glassfish-corba-internal-api.jar [INFO] Copying org.glassfish.jersey.core:jersey-common:jar:3.1.0-M2 to target/dependency/jersey-common.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-extra-jdk-packages:jar:7.0.0-SNAPSHOT to target/dependency/flashlight-extra-jdk-packages.jar [INFO] Copying org.glassfish.hk2:hk2-api:jar:3.0.2 to target/dependency/hk2-api.jar [INFO] Copying org.glassfish.main.admin:nucleus-domain:jar:7.0.0-SNAPSHOT to target/dependency/nucleus-domain.jar [INFO] Copying org.codehaus.jettison:jettison:jar:1.4.1 to target/dependency/jettison.jar [INFO] Copying org.glassfish.main.cluster:gms-bootstrap:jar:7.0.0-SNAPSHOT to target/dependency/gms-bootstrap.jar [INFO] Copying jakarta.validation:jakarta.validation-api:jar:3.0.1 to target/dependency/jakarta.validation-api.jar [INFO] Copying org.glassfish.main.cluster:cluster-cli:jar:7.0.0-SNAPSHOT to target/dependency/cluster-cli.jar [INFO] Copying com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1 to target/dependency/jackson-annotations.jar [INFO] Copying org.glassfish.main.common:scattered-archive-api:jar:7.0.0-SNAPSHOT to target/dependency/scattered-archive-api.jar [INFO] Copying com.fasterxml.jackson.core:jackson-databind:jar:2.13.1 to target/dependency/jackson-databind.jar [INFO] Unpacking org.glassfish.main.distributions:nucleus-common:zip:7.0.0-SNAPSHOT to target/dependency/nucleus-common [INFO] Copying org.glassfish.hk2:hk2-locator:jar:3.0.2 to target/dependency/hk2-locator.jar [INFO] Copying org.apache.felix:org.apache.felix.bundlerepository:jar:2.0.10 to target/dependency/org.apache.felix.bundlerepository.jar [INFO] Copying org.glassfish.pfl:pfl-tf:jar:4.1.2 to target/dependency/pfl-tf.jar [INFO] Copying org.glassfish.main.admin:gf-restadmin-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-restadmin-connector.jar [INFO] Copying org.glassfish.main.security:ssl-impl:jar:7.0.0-SNAPSHOT to target/dependency/ssl-impl.jar [INFO] Copying org.glassfish.main.deployment:deployment-common:jar:7.0.0-SNAPSHOT to target/dependency/deployment-common.jar [INFO] Copying org.glassfish.main.admin:monitoring-core:jar:7.0.0-SNAPSHOT to target/dependency/monitoring-core.jar [INFO] Copying org.glassfish.main.admin:rest-client:jar:7.0.0-SNAPSHOT to target/dependency/rest-client.jar [INFO] Copying org.glassfish.main.admin:config-api:jar:7.0.0-SNAPSHOT to target/dependency/config-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.hk2:osgi-adapter:jar:3.0.2 to target/dependency/osgi-adapter.jar [INFO] Copying org.glassfish.main.admin:rest-service:jar:7.0.0-SNAPSHOT to target/dependency/rest-service.jar [INFO] Copying org.glassfish:jakarta.el:jar:5.0.0-M1 to target/dependency/jakarta.el.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.grizzly:nucleus-grizzly-all:jar:7.0.0-SNAPSHOT to target/dependency/nucleus-grizzly-all.jar [INFO] Copying org.osgi:org.osgi.util.promise:jar:1.1.1 to target/dependency/org.osgi.util.promise.jar [INFO] Copying org.jboss.logging:jboss-logging:jar:3.4.2.Final to target/dependency/jboss-logging.jar [INFO] Copying org.glassfish.main.hk2:config-types:jar:7.0.0-SNAPSHOT to target/dependency/config-types.jar [INFO] Copying org.glassfish.jersey.inject:jersey-hk2:jar:3.1.0-M2 to target/dependency/jersey-hk2.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus/target/stage [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:exec (create-domain) @ nucleus-new --- [INFO] executable: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] [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] [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] [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus/target/dependency/META-INF for [INFO] [echo] nucleus-new [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus/target/nucleus-new.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-new --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-new --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus/target/nucleus-new.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-new/7.0.0-SNAPSHOT/nucleus-new-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-new/7.0.0-SNAPSHOT/nucleus-new-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.diagnostics:nucleus-diagnostics >--------- [INFO] Building Diagnostics 7.0.0-SNAPSHOT [111/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ nucleus-diagnostics --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ nucleus-diagnostics --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ nucleus-diagnostics --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-diagnostics --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/target/classes/META-INF for [INFO] [echo] nucleus-diagnostics [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ nucleus-diagnostics --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-diagnostics --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/nucleus-diagnostics/7.0.0-SNAPSHOT/nucleus-diagnostics-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.diagnostics:diagnostics-api >----------- [INFO] Building Diagnostics API 7.0.0-SNAPSHOT [112/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ diagnostics-api --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/diagnostics-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/diagnostics-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ diagnostics-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ diagnostics-api --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ diagnostics-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/diagnostics-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/diagnostics-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ diagnostics-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/diagnostics-api/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ diagnostics-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ diagnostics-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ diagnostics-api --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ diagnostics-api --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/diagnostics-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ diagnostics-api --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ diagnostics-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/diagnostics-api/target/classes/META-INF for [INFO] [echo] diagnostics-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ diagnostics-api --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/diagnostics-api/target/diagnostics-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ diagnostics-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ diagnostics-api --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/diagnostics-api/target/diagnostics-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-api/7.0.0-SNAPSHOT/diagnostics-api-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/diagnostics-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-api/7.0.0-SNAPSHOT/diagnostics-api-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.diagnostics:diagnostics-context >--------- [INFO] Building GlassFish Diagnostics Context 7.0.0-SNAPSHOT [113/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ diagnostics-context --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ diagnostics-context --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ diagnostics-context --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ diagnostics-context --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/target/common-resources with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ diagnostics-context --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/src/main/java/org/glassfish/diagnostics/context/impl/ContextManagerImpl.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/src/main/java/org/glassfish/diagnostics/context/impl/ContextManagerImpl.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ diagnostics-context --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ diagnostics-context --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ diagnostics-context --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ diagnostics-context --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ diagnostics-context --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ diagnostics-context --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/src/test/java/org/glassfish/diagnostics/context/impl/ContextImplContextPropagationIntegrationTest.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/src/test/java/org/glassfish/diagnostics/context/impl/ContextImplContextPropagationIntegrationTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/src/test/java/org/glassfish/diagnostics/context/impl/ContextImplContextPropagationIntegrationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ diagnostics-context --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/target/classes/META-INF for [INFO] [echo] diagnostics-context [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ diagnostics-context --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/target/diagnostics-context.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ diagnostics-context --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ diagnostics-context --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/target/diagnostics-context.jar to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-context/7.0.0-SNAPSHOT/diagnostics-context-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-context/7.0.0-SNAPSHOT/diagnostics-context-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.common:amx-javaee >---------------- [INFO] Building AMX JavaEE 7.0.0-SNAPSHOT [114/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ amx-javaee --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ amx-javaee --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ amx-javaee --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/amx-javaee/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/amx-javaee/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ amx-javaee --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ amx-javaee --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ amx-javaee --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/amx-javaee/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ amx-javaee --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/amx-javaee/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/amx-javaee/src/main/java/org/glassfish/admin/amx/impl/j2ee/RegistrationSupport.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ amx-javaee --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ amx-javaee --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ amx-javaee --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ amx-javaee --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/amx-javaee/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ amx-javaee --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ amx-javaee --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/amx-javaee/target/classes/META-INF for [INFO] [echo] amx-javaee [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ amx-javaee --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/amx-javaee/target/amx-javaee.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ amx-javaee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ amx-javaee --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/amx-javaee/target/amx-javaee.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-javaee/7.0.0-SNAPSHOT/amx-javaee-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/amx-javaee/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-javaee/7.0.0-SNAPSHOT/amx-javaee-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.ldapbp:ldapbp >------------------ [INFO] Building LDAP Booster Pack 7.0.0-SNAPSHOT [115/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ ldapbp --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ldapbp --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ldapbp --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ldapbp --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/target/common-resources with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ldapbp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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 [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/RemoteToAttrs.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/RemoteToAttrs.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/RemoteToAttrs.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ ldapbp --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ ldapbp --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ ldapbp --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ldapbp --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ldapbp --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ ldapbp --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/target/classes/META-INF for [INFO] [echo] ldapbp [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ldapbp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/target/ldapbp.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ldapbp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ ldapbp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ldapbp-ldapbp-checkstyle) @ ldapbp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ldapbp --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/target/ldapbp.jar to /home/jenkins/.m2/repository/org/glassfish/main/ldapbp/ldapbp/7.0.0-SNAPSHOT/ldapbp-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ldapbp/ldapbp/7.0.0-SNAPSHOT/ldapbp-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------------< org.glassfish.main.ha:ha >---------------------- [INFO] Building GlassFish HA modules 7.0.0-SNAPSHOT [116/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ha --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ha --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ha --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/target/classes/META-INF for [INFO] [echo] ha [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ha --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ ha --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ha-ha-checkstyle) @ ha --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ha --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha/7.0.0-SNAPSHOT/ha-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.ha:ha-file-store >----------------- [INFO] Building GlassFish ha-file-store 7.0.0-SNAPSHOT [117/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-file-store/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-file-store/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ha-file-store --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ha-file-store --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ha-file-store --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-file-store/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-file-store/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ha-file-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-file-store/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/FileBackingStore.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ ha-file-store --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ ha-file-store --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ ha-file-store --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ha-file-store --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ha-file-store --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-file-store/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ha-file-store --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ ha-file-store --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ ha-file-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ha-file-store --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ ha-file-store --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-file-store/target/ha-file-store.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ha-file-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ha-file-store --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-file-store/target/ha-file-store.jar to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-file-store/7.0.0-SNAPSHOT/ha-file-store-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-file-store/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-file-store/7.0.0-SNAPSHOT/ha-file-store-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.ha:ha-shoal-cache-bootstrap >----------- [INFO] Building GlassFish ha-shoal-cache-bootstrap 7.0.0-SNAPSHOT [118/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ha-shoal-cache-bootstrap --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-cache-bootstrap [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ ha-shoal-cache-bootstrap --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-cache-bootstrap/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-cache-bootstrap/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ha-shoal-cache-bootstrap --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-cache-bootstrap/target/common-resources with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-cache-bootstrap/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-cache-bootstrap/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ha-shoal-cache-bootstrap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-cache-bootstrap/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ha-shoal-cache-bootstrap --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-cache-bootstrap/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ha-shoal-cache-bootstrap --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ ha-shoal-cache-bootstrap --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-cache-bootstrap/target/ha-shoal-cache-bootstrap.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ha-shoal-cache-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ha-shoal-cache-bootstrap --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-cache-bootstrap/target/ha-shoal-cache-bootstrap.jar to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-shoal-cache-bootstrap/7.0.0-SNAPSHOT/ha-shoal-cache-bootstrap-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-cache-bootstrap/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-shoal-cache-bootstrap/7.0.0-SNAPSHOT/ha-shoal-cache-bootstrap-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.ha:ha-shoal-cache-store >------------- [INFO] Building GlassFish ha-shoal-store 7.0.0-SNAPSHOT [119/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-store/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-store/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ha-shoal-cache-store --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ha-shoal-cache-store --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-store/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-store/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ha-shoal-cache-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-store/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-store/src/main/java/org/shoal/ha/store/ReplicatedBackingStoreFactory.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-store/src/main/java/org/shoal/ha/store/ReplicatedBackingStoreFactory.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ ha-shoal-cache-store --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ ha-shoal-cache-store --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ha-shoal-cache-store --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-store/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ha-shoal-cache-store --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ ha-shoal-cache-store --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-store/target/ha-shoal-cache-store.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ha-shoal-cache-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ha-shoal-cache-store --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-store/target/ha-shoal-cache-store.jar to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-shoal-cache-store/7.0.0-SNAPSHOT/ha-shoal-cache-store-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-store/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-shoal-cache-store/7.0.0-SNAPSHOT/ha-shoal-cache-store-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.deployment:appserver-dtds >------------ [INFO] Building Set of DTDs for GlassFish Java EE distributions 7.0.0-SNAPSHOT [120/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dtds [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ appserver-dtds --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ appserver-dtds --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ appserver-dtds --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dtds/target/classes/META-INF for [INFO] [echo] appserver-dtds [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dtds/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dtds/target/appserver-dtds.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ appserver-dtds --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserver-dtds --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-dtds/7.0.0-SNAPSHOT/appserver-dtds-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dtds/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-dtds/7.0.0-SNAPSHOT/appserver-dtds-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.deployment:appserver-schemas >----------- [INFO] Building Set of schemas for Jakarta EE 7.0.0-SNAPSHOT [121/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/schemas [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ appserver-schemas --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ appserver-schemas --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ appserver-schemas --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/schemas/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2: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.1.0-RC1/jakarta.persistence-api-3.1.0-RC1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/schemas/target/classes/META-INF for [INFO] [echo] appserver-schemas [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/schemas/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/schemas/target/appserver-schemas.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ appserver-schemas --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserver-schemas --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/schemas/target/appserver-schemas.zip to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-schemas/7.0.0-SNAPSHOT/appserver-schemas-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/schemas/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-schemas/7.0.0-SNAPSHOT/appserver-schemas-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.web:gf-web-connector >--------------- [INFO] Building Connector for GlassFish Web Container 7.0.0-SNAPSHOT [122/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-web-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-web-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gf-web-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gf-web-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gf-web-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-web-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-web-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gf-web-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-web-connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ gf-web-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gf-web-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gf-web-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-web-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-web-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gf-web-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-web-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ gf-web-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-web-connector/target/gf-web-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gf-web-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-web-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-web-connector/target/gf-web-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/gf-web-connector/7.0.0-SNAPSHOT/gf-web-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-web-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/gf-web-connector/7.0.0-SNAPSHOT/gf-web-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.connectors:gf-connectors-connector >-------- [INFO] Building GlassFish Connectors Connector 7.0.0-SNAPSHOT [123/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gf-connectors-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gf-connectors-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gf-connectors-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gf-connectors-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/src/main/java/com/sun/enterprise/connectors/connector/module/ConnectorSniffer.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ gf-connectors-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gf-connectors-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gf-connectors-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-connectors-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gf-connectors-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-connectors-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/target/classes/META-INF for [INFO] [echo] gf-connectors-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ gf-connectors-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/target/gf-connectors-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gf-connectors-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-connectors-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/target/gf-connectors-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/gf-connectors-connector/7.0.0-SNAPSHOT/gf-connectors-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/gf-connectors-connector/7.0.0-SNAPSHOT/gf-connectors-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------< org.glassfish.main:appclient >-------------------- [INFO] Building App Client Modules 7.0.0-SNAPSHOT [124/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ appclient --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ appclient --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appclient --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ appclient --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ appclient --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ appclient --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appclient --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/target/classes/META-INF for [INFO] [echo] appclient [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ appclient --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ appclient --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main-appclient-checkstyle) @ appclient --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appclient --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/7.0.0-SNAPSHOT/appclient-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.appclient:server >----------------- [INFO] Building GlassFish App Client Server-side Modules 7.0.0-SNAPSHOT [125/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ server --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ server --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ server --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ server --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/target/classes/META-INF for [INFO] [echo] server [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.appclient-server-checkstyle) @ server --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ server --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/7.0.0-SNAPSHOT/server-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.main.appclient.server:appclient-connector >------- [INFO] Building GlassFish AppClient Server-Side Connector 7.0.0-SNAPSHOT [126/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ appclient-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ appclient-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ appclient-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ appclient-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ appclient-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ appclient-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ appclient-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ appclient-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ appclient-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ appclient-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appclient-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appclient-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/connector/target/classes/META-INF for [INFO] [echo] appclient-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ appclient-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/connector/target/appclient-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ appclient-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appclient-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/connector/target/appclient-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/appclient-connector/7.0.0-SNAPSHOT/appclient-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/appclient-connector/7.0.0-SNAPSHOT/appclient-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.deployment:deployment-javaee-full >-------- [INFO] Building Deployment Related JavaEE Full Profile Classes 7.0.0-SNAPSHOT [127/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-full/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-full/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ deployment-javaee-full --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ deployment-javaee-full --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ deployment-javaee-full --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-full/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ deployment-javaee-full --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-full/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarDeployer.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarDeployer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ deployment-javaee-full --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ deployment-javaee-full --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ deployment-javaee-full --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ deployment-javaee-full --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-full/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ deployment-javaee-full --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ deployment-javaee-full --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-full/target/classes/META-INF for [INFO] [echo] deployment-javaee-full [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ deployment-javaee-full --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-full/target/deployment-javaee-full.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ deployment-javaee-full --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ deployment-javaee-full --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-full/target/deployment-javaee-full.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-javaee-full/7.0.0-SNAPSHOT/deployment-javaee-full-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-full/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-javaee-full/7.0.0-SNAPSHOT/deployment-javaee-full-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main.admin:admin >------------------- [INFO] Building Admin Modules 7.0.0-SNAPSHOT [128/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ admin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ admin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ admin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ admin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/target/classes/META-INF for [INFO] [echo] admin [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-admin-checkstyle) @ admin --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ admin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin/7.0.0-SNAPSHOT/admin-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.admin:backup >------------------- [INFO] Building Backup Restore classes 7.0.0-SNAPSHOT [129/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ backup --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ backup --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ backup --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/backup [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ backup --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/backup/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/backup/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ backup --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ backup --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ backup --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/backup/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ backup --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/backup/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ backup --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ backup --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ backup --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ backup --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/backup/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ backup --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ backup --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/backup/target/classes/META-INF for [INFO] [echo] backup [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ backup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/backup/target/backup.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ backup --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ backup --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-backup-checkstyle) @ backup --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ backup --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/backup/target/backup.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/backup/7.0.0-SNAPSHOT/backup-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/backup/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/backup/7.0.0-SNAPSHOT/backup-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.admin:appserver-cli >--------------- [INFO] Building App Server CLI Skinning Class 7.0.0-SNAPSHOT [130/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ appserver-cli --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ appserver-cli --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ appserver-cli --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ appserver-cli --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli/src/main/resources [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ appserver-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ appserver-cli --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ appserver-cli --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ appserver-cli --- [WARNING] Manifest org.glassfish.main.admin:appserver-cli:glassfish-jar:7.0.0-SNAPSHOT : Export org.glassfish.admin.cli, has 1, private references [com.sun.enterprise.admin.cli] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ appserver-cli --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ appserver-cli --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ appserver-cli --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ appserver-cli --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appserver-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appserver-cli --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli/target/classes/META-INF for [INFO] [echo] appserver-cli [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ appserver-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli/target/appserver-cli.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ appserver-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserver-cli --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli/target/appserver-cli.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-cli/7.0.0-SNAPSHOT/appserver-cli-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-cli/7.0.0-SNAPSHOT/appserver-cli-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.admin:cli-optional >---------------- [INFO] Building admin-cli-optional 7.0.0-SNAPSHOT [131/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli-optional/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli-optional/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cli-optional --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cli-optional --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cli-optional --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ cli-optional --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli-optional/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ cli-optional --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ cli-optional --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ cli-optional --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cli-optional --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli-optional/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cli-optional --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ cli-optional --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli-optional/target/classes/META-INF for [INFO] [echo] cli-optional [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cli-optional --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli-optional/target/cli-optional.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cli-optional --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cli-optional --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli-optional/target/cli-optional.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/cli-optional/7.0.0-SNAPSHOT/cli-optional-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli-optional/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/cli-optional/7.0.0-SNAPSHOT/cli-optional-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.admin:admin-core >----------------- [INFO] Building admin-core 7.0.0-SNAPSHOT [132/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ admin-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ admin-core --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ admin-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ admin-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ admin-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ admin-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ admin-core --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ admin-core --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ admin-core --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ admin-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ admin-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ admin-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ admin-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/target/classes/META-INF for [INFO] [echo] admin-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ admin-core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/target/admin-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ admin-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ admin-core --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/target/admin-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-core/7.0.0-SNAPSHOT/admin-core-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-core/7.0.0-SNAPSHOT/admin-core-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.admin:appserver-domain >-------------- [INFO] Building Appserver template 7.0.0-SNAPSHOT [133/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/template [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ appserver-domain --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ appserver-domain --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ appserver-domain --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/template/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack) @ appserver-domain --- [INFO] Configured Artifact: org.glassfish.main.admin:nucleus-domain:7.0.0-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/template/target/nucleus-domain.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/template/target/dependency/config/logging.properties [INFO] Reading input file:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Copying files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/template/target/classes [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ appserver-domain --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ appserver-domain --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/template/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ appserver-domain --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/template/target/classes/META-INF for [INFO] [echo] appserver-domain [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/template/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ appserver-domain --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/template/target/appserver-domain.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ appserver-domain --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserver-domain --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/template/target/appserver-domain.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-domain/7.0.0-SNAPSHOT/appserver-domain-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/template/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-domain/7.0.0-SNAPSHOT/appserver-domain-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------< org.glassfish.main.core:core >-------------------- [INFO] Building GlassFish Core modules 7.0.0-SNAPSHOT [134/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ core --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/target/classes/META-INF for [INFO] [echo] core [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-core-checkstyle) @ core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ core --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/core/7.0.0-SNAPSHOT/core-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.core:javaee-kernel >---------------- [INFO] Building Java EE related distributions kernel Classes 7.0.0-SNAPSHOT [135/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/javaee-kernel/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/javaee-kernel/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ javaee-kernel --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ javaee-kernel --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ javaee-kernel --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/javaee-kernel/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/javaee-kernel/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ javaee-kernel --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/javaee-kernel/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ javaee-kernel --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ javaee-kernel --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ javaee-kernel --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ javaee-kernel --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/javaee-kernel/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ javaee-kernel --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ javaee-kernel --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ javaee-kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ javaee-kernel --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/javaee-kernel/target/classes/META-INF for [INFO] [echo] javaee-kernel [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ javaee-kernel --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/javaee-kernel/target/javaee-kernel.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ javaee-kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javaee-kernel --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/javaee-kernel/target/javaee-kernel.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/javaee-kernel/7.0.0-SNAPSHOT/javaee-kernel-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/javaee-kernel/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/javaee-kernel/7.0.0-SNAPSHOT/javaee-kernel-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.core:api-exporter-fragment >------------ [INFO] Building GlassFish API Exporter Module Fragment 7.0.0-SNAPSHOT [136/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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.2.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/api-exporter-fragment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ api-exporter-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ api-exporter-fragment --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ api-exporter-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/api-exporter-fragment/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ api-exporter-fragment --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ api-exporter-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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/api-exporter-fragment/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ api-exporter-fragment --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ api-exporter-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ api-exporter-fragment --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ api-exporter-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/api-exporter-fragment/target/api-exporter-fragment.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ api-exporter-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ api-exporter-fragment --- [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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ api-exporter-fragment --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/api-exporter-fragment/target/api-exporter-fragment.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/api-exporter-fragment/7.0.0-SNAPSHOT/api-exporter-fragment-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/api-exporter-fragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/api-exporter-fragment/7.0.0-SNAPSHOT/api-exporter-fragment-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.transaction:jta >----------------- [INFO] Building JTA Implementation for Glassfish 7.0.0-SNAPSHOT [137/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jta --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jta --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jta --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jta --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ jta --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/src/main/java/org/glassfish/jta/admin/cli/FreezeTransactionService.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ jta --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jta --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jta --- [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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jta --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jta --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jta --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jta --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jta --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/target/classes/META-INF for [INFO] [echo] jta [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jta --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/target/jta.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jta --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ jta --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.transaction-jta-checkstyle) @ jta --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jta --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/target/jta.jar to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jta/7.0.0-SNAPSHOT/jta-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jta/7.0.0-SNAPSHOT/jta-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.resources:mail >------------------ [INFO] Building Jakarta Mail Resources Support related modules 7.0.0-SNAPSHOT [138/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ mail --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ mail --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ mail --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ mail --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/target/classes/META-INF for [INFO] [echo] mail [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ mail --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ mail --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.resources-mail-checkstyle) @ mail --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mail --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail/7.0.0-SNAPSHOT/mail-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.resources:mail-connector >------------- [INFO] Building Jakarta Mail Connector 7.0.0-SNAPSHOT [139/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ mail-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ mail-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ mail-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mail-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/src/main/java/org/glassfish/resources/mail/admin/cli/CreateMailResource.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ mail-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ mail-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ mail-connector --- [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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ mail-connector --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mail-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/src/test/java/org/glassfish/resources/mail/admin/cli/DeleteMailResourceTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/src/test/java/org/glassfish/resources/mail/admin/cli/DeleteMailResourceTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ mail-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/target/classes/META-INF for [INFO] [echo] mail-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mail-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/target/mail-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ mail-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mail-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/target/mail-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-connector/7.0.0-SNAPSHOT/mail-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-connector/7.0.0-SNAPSHOT/mail-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.connectors:connectors-runtime >---------- [INFO] Building Connectors Runtime 7.0.0-SNAPSHOT [140/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ connectors-runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ connectors-runtime --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ connectors-runtime --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ connectors-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 160 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/ActiveRAFactory.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/ResourcesUtil.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/ResourcesUtil.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ connectors-runtime --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ connectors-runtime --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ connectors-runtime --- [WARNING] Manifest org.glassfish.main.connectors:connectors-runtime:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.enterprise.connectors, has 3, private references [com.sun.enterprise.connectors.authentication, com.sun.enterprise.connectors.deployment.util, com.sun.enterprise.connectors.module] [WARNING] Manifest org.glassfish.main.connectors:connectors-runtime:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.enterprise.connectors.service, has 2, private references [com.sun.enterprise.connectors.authentication, com.sun.enterprise.connectors.naming] [WARNING] Manifest org.glassfish.main.connectors:connectors-runtime:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.enterprise.connectors.util, has 1, private references [com.sun.enterprise.connectors.authentication] [WARNING] Manifest org.glassfish.main.connectors:connectors-runtime:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.enterprise.resource.pool, has 3, private references [com.sun.enterprise.resource.listener, com.sun.enterprise.resource.pool.datastructure, com.sun.enterprise.resource.pool.resizer] [WARNING] Manifest org.glassfish.main.connectors:connectors-runtime:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.enterprise.resource.pool.monitor, has 1, private references [com.sun.enterprise.resource.listener] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ connectors-runtime --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ connectors-runtime --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ connectors-runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/target/classes/META-INF for [INFO] [echo] connectors-runtime [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ connectors-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/target/connectors-runtime.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ connectors-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors-runtime --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/target/connectors-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-runtime/7.0.0-SNAPSHOT/connectors-runtime-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-runtime/7.0.0-SNAPSHOT/connectors-runtime-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.transaction:jts >----------------- [INFO] Building JTS Implementation for Glassfish 7.0.0-SNAPSHOT [141/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jts --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jts --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jts --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jts --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ jts --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 126 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/src/main/java/com/sun/jts/CosTransactions/TimeoutManager.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/src/main/java/com/sun/jts/CosTransactions/TimeoutManager.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/src/main/java/com/sun/jts/CosTransactions/TimeoutManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/src/main/java/com/sun/jts/CosTransactions/TimeoutManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ jts --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jts --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jts --- [WARNING] Manifest org.glassfish.main.transaction:jts:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.jts.jta, has 1, private references [com.sun.jts.CosTransactions] [WARNING] Manifest org.glassfish.main.transaction:jts:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.enterprise.transaction.jts.recovery, has 1, private references [com.sun.enterprise.transaction.jts.api] [WARNING] Manifest org.glassfish.main.transaction:jts:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.jts.utils.RecoveryHooks, has 1, private references [com.sun.jts.CosTransactions] [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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jts --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jts --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jts --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/target/classes/META-INF for [INFO] [echo] jts [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jts --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/target/jts.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ jts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.transaction-jts-checkstyle) @ jts --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jts --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/target/jts.jar to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jts/7.0.0-SNAPSHOT/jts-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jts/7.0.0-SNAPSHOT/jts-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.web:web-naming >------------------ [INFO] Building Web Container Naming Utilities 7.0.0-SNAPSHOT [142/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ web-naming --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ web-naming --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ web-naming --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ web-naming --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/src/main/java/org/apache/naming/factory/TransactionFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/src/main/java/org/apache/naming/factory/TransactionFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ web-naming --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ web-naming --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ web-naming --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ web-naming --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ web-naming --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ web-naming --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/target/classes/META-INF for [INFO] [echo] web-naming [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ web-naming --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/target/web-naming.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ web-naming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-naming --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/target/web-naming.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-naming/7.0.0-SNAPSHOT/web-naming-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-naming/7.0.0-SNAPSHOT/web-naming-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.web:war-util >------------------- [INFO] Building Web Container Common Utilities 7.0.0-SNAPSHOT [143/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ war-util --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ war-util --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ war-util --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ war-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/src/main/java/org/glassfish/web/loader/WebappClassLoader.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/src/main/java/org/glassfish/web/loader/WebappClassLoader.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/src/main/java/org/glassfish/web/loader/WebappClassLoader.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ war-util --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ war-util --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ war-util --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ war-util --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ war-util --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ war-util --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/target/classes/META-INF for [INFO] [echo] war-util [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ war-util --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/target/war-util.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ war-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ war-util --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/target/war-util.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/war-util/7.0.0-SNAPSHOT/war-util-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/war-util/7.0.0-SNAPSHOT/war-util-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.web:web-core >------------------- [INFO] Building Core Servlet Container 7.0.0-SNAPSHOT [144/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ web-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ web-core --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ web-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ web-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 307 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/src/main/java/org/apache/catalina/connector/Connector.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/src/main/java/org/apache/catalina/connector/Connector.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ web-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ web-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ web-core --- [WARNING] Manifest org.glassfish.main.web:web-core:glassfish-jar:7.0.0-SNAPSHOT : Export org.apache.catalina.core, has 1, private references [org.apache.tomcat.util.digester] [WARNING] Manifest org.glassfish.main.web:web-core:glassfish-jar:7.0.0-SNAPSHOT : Export org.apache.catalina.startup, has 1, private references [org.apache.tomcat.util.digester] [WARNING] Manifest org.glassfish.main.web:web-core:glassfish-jar:7.0.0-SNAPSHOT : Export org.apache.catalina.util, has 1, private references [org.apache.tomcat.util.digester] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ web-core --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ web-core --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ web-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ web-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/target/classes/META-INF for [INFO] [echo] web-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ web-core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/target/web-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ web-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-core --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/target/web-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-core/7.0.0-SNAPSHOT/web-core-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-core/7.0.0-SNAPSHOT/web-core-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.web:jstl-connector >---------------- [INFO] Building JSTL implementation connector module 7.0.0-SNAPSHOT [145/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jstl-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jstl-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jstl-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jstl-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jstl-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jstl-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jstl-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jstl-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jstl-connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ jstl-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jstl-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jstl-connector --- [WARNING] Manifest org.glassfish.main.web:jstl-connector:glassfish-jar:7.0.0-SNAPSHOT : Version for package org.glassfish.jstl.integration is set to different values in the source (7.0.0) and in the manifest (3.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] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jstl-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jstl-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jstl-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jstl-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jstl-connector/target/classes/META-INF for [INFO] [echo] jstl-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jstl-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jstl-connector/target/jstl-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jstl-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jstl-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jstl-connector/target/jstl-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jstl-connector/7.0.0-SNAPSHOT/jstl-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jstl-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jstl-connector/7.0.0-SNAPSHOT/jstl-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.web:jersey-mvc-connector >------------- [INFO] Building Jersey MVC TLD connector implementation module 7.0.0-SNAPSHOT [146/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-mvc-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-mvc-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jersey-mvc-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jersey-mvc-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jersey-mvc-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-mvc-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-mvc-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jersey-mvc-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-mvc-connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ jersey-mvc-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jersey-mvc-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jersey-mvc-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jersey-mvc-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-mvc-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jersey-mvc-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jersey-mvc-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ jersey-mvc-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-mvc-connector/target/jersey-mvc-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jersey-mvc-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jersey-mvc-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-mvc-connector/target/jersey-mvc-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jersey-mvc-connector/7.0.0-SNAPSHOT/jersey-mvc-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-mvc-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jersey-mvc-connector/7.0.0-SNAPSHOT/jersey-mvc-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main.web:web-cli >------------------- [INFO] Building Web module command line interface 7.0.0-SNAPSHOT [147/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ web-cli --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ web-cli --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ web-cli --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ web-cli --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ web-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin/src/main/java/org/glassfish/web/admin/cli/DeleteHttpListener.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin/src/main/java/org/glassfish/web/admin/cli/DeleteHttpListener.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ web-cli --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ web-cli --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ web-cli --- [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] --- 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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ web-cli --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ web-cli --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin/target/classes/META-INF for [INFO] [echo] web-cli [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ web-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin/target/web-cli.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ web-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-cli --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin/target/web-cli.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-cli/7.0.0-SNAPSHOT/web-cli-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-cli/7.0.0-SNAPSHOT/web-cli-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.web:web-gui-plugin-common >------------ [INFO] Building Web container and GUI plug-in common classes 7.0.0-SNAPSHOT [148/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gui-plugin-common/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gui-plugin-common/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ web-gui-plugin-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ web-gui-plugin-common --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ web-gui-plugin-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ web-gui-plugin-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gui-plugin-common/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ web-gui-plugin-common --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ web-gui-plugin-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ web-gui-plugin-common --- [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] --- 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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gui-plugin-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ web-gui-plugin-common --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ web-gui-plugin-common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ web-gui-plugin-common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gui-plugin-common/target/web-gui-plugin-common.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ web-gui-plugin-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-gui-plugin-common --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gui-plugin-common/target/web-gui-plugin-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-gui-plugin-common/7.0.0-SNAPSHOT/web-gui-plugin-common-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gui-plugin-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-gui-plugin-common/7.0.0-SNAPSHOT/web-gui-plugin-common-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.security:websecurity >--------------- [INFO] Building WebTier Security Integration 7.0.0-SNAPSHOT [149/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ websecurity --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ websecurity --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ websecurity --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ websecurity --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ websecurity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ websecurity --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ websecurity --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ websecurity --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ websecurity --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ websecurity --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ websecurity --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/target/classes/META-INF for [INFO] [echo] websecurity [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ websecurity --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/target/websecurity.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ websecurity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ websecurity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-websecurity-checkstyle) @ websecurity --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ websecurity --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/target/websecurity.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/websecurity/7.0.0-SNAPSHOT/websecurity-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/websecurity/7.0.0-SNAPSHOT/websecurity-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.web:web-embed >------------------ [INFO] Building GlassFish Web container embedded related modules 7.0.0-SNAPSHOT [150/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ web-embed --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ web-embed --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-embed --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ web-embed --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ web-embed --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ web-embed --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/target/common-resources with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/target/classes/META-INF for [INFO] [echo] web-embed [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ web-embed --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-embed --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-embed/7.0.0-SNAPSHOT/web-embed-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.web:web-embed-api >---------------- [INFO] Building GlassFish Web container Embedded APIs 7.0.0-SNAPSHOT [151/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ web-embed-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ web-embed-api --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ web-embed-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ web-embed-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/api/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ web-embed-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ web-embed-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ web-embed-api --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ web-embed-api --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ web-embed-api --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ web-embed-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ web-embed-api --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/api/target/web-embed-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ web-embed-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-embed-api --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/api/target/web-embed-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-embed-api/7.0.0-SNAPSHOT/web-embed-api-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-embed-api/7.0.0-SNAPSHOT/web-embed-api-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main.web:web-sse >------------------- [INFO] Building Server-Sent Events 7.0.0-SNAPSHOT [152/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ web-sse --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ web-sse --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-sse --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ web-sse --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ web-sse --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ web-sse --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ web-sse --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse/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] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ web-sse --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ web-sse --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ web-sse --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ web-sse --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ web-sse --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ web-sse --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ web-sse --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ web-sse --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ web-sse --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse/target/classes/META-INF for [INFO] [echo] web-sse [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ web-sse --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse/target/web-sse.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ web-sse --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-sse --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse/target/web-sse.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-sse/7.0.0-SNAPSHOT/web-sse-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-sse/7.0.0-SNAPSHOT/web-sse-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.web:web-glue >------------------- [INFO] Building Web Container glue code 7.0.0-SNAPSHOT [153/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ web-glue --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ web-glue --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ web-glue --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ web-glue --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 243 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/src/main/java/com/sun/enterprise/web/WebModule.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/src/main/java/com/sun/enterprise/web/TomcatDeploymentConfig.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/src/main/java/com/sun/enterprise/web/TomcatDeploymentConfig.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/src/main/java/com/sun/enterprise/web/TomcatDeploymentConfig.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ web-glue --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ web-glue --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ web-glue --- [WARNING] Manifest org.glassfish.main.web:web-glue:glassfish-jar:7.0.0-SNAPSHOT : Host org.glassfish.main.ejb.ejb-container= for this fragment/require bundle cannot be found on the classpath [WARNING] Manifest org.glassfish.main.web:web-glue:glassfish-jar:7.0.0-SNAPSHOT : Host org.glassfish.main.web.ha= for this fragment/require bundle cannot be found on the classpath [WARNING] Manifest org.glassfish.main.web:web-glue:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.enterprise.web.connector.coyote, has 1, private references [com.sun.enterprise.web.connector] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ web-glue --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ web-glue --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ web-glue --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/target/classes/META-INF for [INFO] [echo] web-glue [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ web-glue --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/target/web-glue.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ web-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-glue --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/target/web-glue.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-glue/7.0.0-SNAPSHOT/web-glue-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-glue/7.0.0-SNAPSHOT/web-glue-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.web:jsf-connector >---------------- [INFO] Building JSF implementation connector module 7.0.0-SNAPSHOT [154/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jsf-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jsf-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jsf-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jsf-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ jsf-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jsf-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jsf-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jsf-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jsf-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jsf-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/target/classes/META-INF for [INFO] [echo] jsf-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jsf-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/target/jsf-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jsf-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jsf-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/target/jsf-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jsf-connector/7.0.0-SNAPSHOT/jsf-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jsf-connector/7.0.0-SNAPSHOT/jsf-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.web:jspcaching-connector >------------- [INFO] Building JSP caching taglib connector module 7.0.0-SNAPSHOT [155/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jspcaching-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jspcaching-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jspcaching-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jspcaching-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jspcaching-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jspcaching-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jspcaching-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jspcaching-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jspcaching-connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ jspcaching-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jspcaching-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jspcaching-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jspcaching-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jspcaching-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jspcaching-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jspcaching-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jspcaching-connector/target/classes/META-INF for [INFO] [echo] jspcaching-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jspcaching-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jspcaching-connector/target/jspcaching-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jspcaching-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jspcaching-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jspcaching-connector/target/jspcaching-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jspcaching-connector/7.0.0-SNAPSHOT/jspcaching-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jspcaching-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jspcaching-connector/7.0.0-SNAPSHOT/jspcaching-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main.web:web-ha >-------------------- [INFO] Building Web Container HA code 7.0.0-SNAPSHOT [156/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-ha/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-ha/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ web-ha --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ web-ha --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ web-ha --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-ha/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-ha/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ web-ha --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-ha/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ web-ha --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ web-ha --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ web-ha --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ web-ha --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-ha/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ web-ha --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ web-ha --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-ha/target/classes/META-INF for [INFO] [echo] web-ha [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ web-ha --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-ha/target/web-ha.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ web-ha --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-ha --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-ha/target/web-ha.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-ha/7.0.0-SNAPSHOT/web-ha-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-ha/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-ha/7.0.0-SNAPSHOT/web-ha-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.web:webtier-all >----------------- [INFO] Building Web Related Implementations for GlassFish 7.0.0-SNAPSHOT [157/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/webtier-all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ webtier-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ webtier-all --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ webtier-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/webtier-all/target/common-resources with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/webtier-all/target/classes/META-INF for [INFO] [echo] webtier-all [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/webtier-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ webtier-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ webtier-all --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/webtier-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/webtier-all/7.0.0-SNAPSHOT/webtier-all-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.web:gf-weld-connector >-------------- [INFO] Building Weld connector for glassfish 7.0.0-SNAPSHOT [158/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-weld-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-weld-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gf-weld-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gf-weld-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gf-weld-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-weld-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-weld-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gf-weld-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-weld-connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ gf-weld-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gf-weld-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gf-weld-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-weld-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-weld-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gf-weld-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-weld-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ gf-weld-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-weld-connector/target/gf-weld-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gf-weld-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-weld-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-weld-connector/target/gf-weld-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/gf-weld-connector/7.0.0-SNAPSHOT/gf-weld-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-weld-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/gf-weld-connector/7.0.0-SNAPSHOT/gf-weld-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.web:weld-integration >--------------- [INFO] Building Weld integration for glassfish 7.0.0-SNAPSHOT [159/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ weld-integration --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ weld-integration --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ weld-integration --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ weld-integration --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[68,70] unchecked method invocation: method createAnnotatedType in interface jakarta.enterprise.inject.spi.BeanManager is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[68,71] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[72,79] unchecked method invocation: method getInjectionTargetFactory in interface jakarta.enterprise.inject.spi.BeanManager is applied to given types required: jakarta.enterprise.inject.spi.AnnotatedType found: jakarta.enterprise.inject.spi.AnnotatedType [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[72,80] unchecked conversion required: jakarta.enterprise.inject.spi.AnnotatedType found: jakarta.enterprise.inject.spi.AnnotatedType [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[73,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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[125,54] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[175,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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[176,35] unchecked call to inject(T,jakarta.enterprise.context.spi.CreationalContext) as a member of the raw type jakarta.enterprise.inject.spi.InjectionTarget [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[177,42] unchecked call to postConstruct(T) as a member of the raw type jakarta.enterprise.inject.spi.InjectionTarget [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[183,39] unchecked call to preDestroy(T) as a member of the raw type jakarta.enterprise.inject.spi.InjectionTarget [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[184,36] unchecked call to dispose(T) as a member of the raw type jakarta.enterprise.inject.spi.Producer [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/weld/util/Util.java:[39,35] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/weld/util/Util.java:[42,31] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/weld/services/JCDIServiceImpl.java:[590,20] unchecked conversion required: jakarta.enterprise.inject.spi.InjectionTarget found: jakarta.enterprise.inject.spi.InjectionTarget [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/weld/services/JCDIServiceImpl.java:[600,20] unchecked conversion required: jakarta.enterprise.context.spi.CreationalContext found: jakarta.enterprise.context.spi.CreationalContext [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/weld/services/JCDIServiceImpl.java:[621,70] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/weld/jsf/WeldApplicationFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/main/java/org/glassfish/weld/jsf/WeldApplicationFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ weld-integration --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ weld-integration --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ weld-integration --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ weld-integration --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ weld-integration --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ weld-integration --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/test/java/org/glassfish/cdi/transaction/TransactionManager.java:[27,35] unchecked call to set(T) as a member of the raw type java.lang.ThreadLocal [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/test/java/org/glassfish/cdi/transaction/TransactionManager.java:[49,35] unchecked call to set(T) as a member of the raw type java.lang.ThreadLocal [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/test/java/org/glassfish/cdi/transaction/TransactionManager.java:[68,35] unchecked call to set(T) as a member of the raw type java.lang.ThreadLocal [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/test/java/org/glassfish/cdi/transaction/TransactionScopedBeanTest.java:[40,90] unchecked cast required: jakarta.enterprise.context.spi.Contextual found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/test/java/org/glassfish/cdi/transaction/TransactionScopedBeanTest.java:[41,111] unchecked cast required: jakarta.enterprise.context.spi.CreationalContext found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/test/java/org/glassfish/cdi/transaction/TransactionScopedContextExtensionTest.java:[44,90] unchecked cast required: jakarta.enterprise.inject.spi.AnnotatedType found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/test/java/org/glassfish/cdi/transaction/TransactionScopedContextExtensionTest.java:[50,79] unchecked method invocation: method andReturn in interface org.easymock.IExpectationSetters is applied to given types required: T found: jakarta.enterprise.inject.spi.InjectionTargetFactory [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/test/java/org/glassfish/cdi/transaction/TransactionScopedContextExtensionTest.java:[50,80] unchecked conversion required: T found: jakarta.enterprise.inject.spi.InjectionTargetFactory [WARNING] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/src/test/java/org/glassfish/cdi/transaction/TransactionScopedContextExtensionTest.java:[51,60] unchecked call to createInjectionTarget(jakarta.enterprise.inject.spi.Bean) as a member of the raw type jakarta.enterprise.inject.spi.InjectionTargetFactory [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ weld-integration --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ weld-integration --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ weld-integration --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/target/classes/META-INF for [INFO] [echo] weld-integration [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ weld-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/target/weld-integration.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ weld-integration --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ weld-integration --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/target/weld-integration.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration/7.0.0-SNAPSHOT/weld-integration-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration/7.0.0-SNAPSHOT/weld-integration-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.web:weld-integration-fragment >---------- [INFO] Building Weld Integration Fragment 7.0.0-SNAPSHOT [160/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2.0:add-resource (add-resource) @ weld-integration-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ weld-integration-fragment --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ weld-integration-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-fragment/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-fragment/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ weld-integration-fragment --- [INFO] No sources to compile [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ weld-integration-fragment --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ weld-integration-fragment --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ weld-integration-fragment --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ weld-integration-fragment --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-fragment/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ weld-integration-fragment --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ weld-integration-fragment --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ weld-integration-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-fragment/target/weld-integration-fragment.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ weld-integration-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ weld-integration-fragment --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-fragment/target/weld-integration-fragment.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration-fragment/7.0.0-SNAPSHOT/weld-integration-fragment-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-fragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration-fragment/7.0.0-SNAPSHOT/weld-integration-fragment-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.web:weld-integration-test-fragment >-------- [INFO] Building Fragment bundle for Weld related testing 7.0.0-SNAPSHOT [161/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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.2.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-test-fragment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ weld-integration-test-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ weld-integration-test-fragment --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ weld-integration-test-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-test-fragment/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-test-fragment/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ weld-integration-test-fragment --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ weld-integration-test-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-test-fragment/target/weld-integration-test-fragment.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ weld-integration-test-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ weld-integration-test-fragment --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-test-fragment/target/weld-integration-test-fragment.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration-test-fragment/7.0.0-SNAPSHOT/weld-integration-test-fragment-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-test-fragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration-test-fragment/7.0.0-SNAPSHOT/weld-integration-test-fragment-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.web:cdi-api-fragment >--------------- [INFO] Building cdi-api Fragment 7.0.0-SNAPSHOT [162/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/cdi-api-fragment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cdi-api-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cdi-api-fragment --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cdi-api-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/cdi-api-fragment/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cdi-api-fragment --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cdi-api-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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/cdi-api-fragment/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cdi-api-fragment --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/cdi-api-fragment/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cdi-api-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/cdi-api-fragment/target/cdi-api-fragment.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cdi-api-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cdi-api-fragment --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/cdi-api-fragment/target/cdi-api-fragment.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/cdi-api-fragment/7.0.0-SNAPSHOT/cdi-api-fragment-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/cdi-api-fragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/cdi-api-fragment/7.0.0-SNAPSHOT/cdi-api-fragment-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.ejb:ejb-full-container >-------------- [INFO] Building Full EJB Container add-ons 7.0.0-SNAPSHOT [163/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-full-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-full-container/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ejb-full-container --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ejb-full-container --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ejb-full-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-full-container/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ejb-full-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-full-container/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-full-container/src/main/java/org/glassfish/ejb/mdb/MessageBeanContainer.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-full-container/src/main/java/org/glassfish/ejb/mdb/MessageBeanContainer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-full-container/src/main/java/org/glassfish/ejb/mdb/MessageBeanContainer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ ejb-full-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ ejb-full-container --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ ejb-full-container --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ejb-full-container --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-full-container/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ejb-full-container --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ ejb-full-container --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ ejb-full-container --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-full-container/target/ejb-full-container.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ejb-full-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-full-container --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-full-container/target/ejb-full-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-full-container/7.0.0-SNAPSHOT/ejb-full-container-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-full-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-full-container/7.0.0-SNAPSHOT/ejb-full-container-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.ejb:ejb-timer-service-app >------------ [INFO] Building EJB Timer Service Application 7.0.0-SNAPSHOT [164/294] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ejb-timer-service-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ejb-timer-service-app --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ejb-timer-service-app --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ejb-timer-service-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ejb-timer-service-app --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ ejb-timer-service-app --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-timer-service-app] in [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app/target/ejb-timer-service-app] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app/target/ejb-timer-service-app.war [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ejb-timer-service-app --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-timer-service-app --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app/target/ejb-timer-service-app.war to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-timer-service-app/7.0.0-SNAPSHOT/ejb-timer-service-app-7.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-timer-service-app/7.0.0-SNAPSHOT/ejb-timer-service-app-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.ejb:ejb-timer-databases >------------- [INFO] Building GlassFish EJB timer app database init scripts 7.0.0-SNAPSHOT [165/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-databases [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ejb-timer-databases --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ejb-timer-databases --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ejb-timer-databases --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-databases/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (war) @ ejb-timer-databases --- [INFO] Copying ejb-timer-service-app.war to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-databases/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-databases/target/ejb-timer-databases.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ejb-timer-databases --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-timer-databases --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-databases/target/ejb-timer-databases.zip to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-timer-databases/7.0.0-SNAPSHOT/ejb-timer-databases-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-databases/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-timer-databases/7.0.0-SNAPSHOT/ejb-timer-databases-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main.ejb:ejb-all >------------------- [INFO] Building EJB tier for GlassFish 7.0.0-SNAPSHOT [166/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ejb-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ejb-all --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ejb-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-all/target/classes/META-INF for [INFO] [echo] ejb-all [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ejb-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-all --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-all/7.0.0-SNAPSHOT/ejb-all-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.resources:resources-runtime >----------- [INFO] Building GlassFish resources runtime 7.0.0-SNAPSHOT [167/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ resources-runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ resources-runtime --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ resources-runtime --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ resources-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/src/main/java/org/glassfish/resources/deployer/ExternalJndiResourceDeployer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/src/main/java/org/glassfish/resources/deployer/ExternalJndiResourceDeployer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ resources-runtime --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ resources-runtime --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ resources-runtime --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ resources-runtime --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ resources-runtime --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ resources-runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/target/classes/META-INF for [INFO] [echo] resources-runtime [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ resources-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/target/resources-runtime.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ resources-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ resources-runtime --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/target/resources-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-runtime/7.0.0-SNAPSHOT/resources-runtime-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-runtime/7.0.0-SNAPSHOT/resources-runtime-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.resources:mail-runtime >-------------- [INFO] Building GlassFish Jakarta Mail runtime 7.0.0-SNAPSHOT [168/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ mail-runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ mail-runtime --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ mail-runtime --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mail-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/src/main/java/org/glassfish/resources/mail/annotation/handler/MailSessionDefinitionsHandler.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ mail-runtime --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ mail-runtime --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ mail-runtime --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ mail-runtime --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mail-runtime --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ mail-runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/target/classes/META-INF for [INFO] [echo] mail-runtime [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mail-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/target/mail-runtime.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ mail-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mail-runtime --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/target/mail-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-runtime/7.0.0-SNAPSHOT/mail-runtime-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-runtime/7.0.0-SNAPSHOT/mail-runtime-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.connectors:descriptors >-------------- [INFO] Building Jakarta EE Connector Architecture Descriptors 7.0.0-SNAPSHOT [169/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/descriptors [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ descriptors --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ descriptors --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ descriptors --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/descriptors/target/classes/META-INF for [INFO] [echo] descriptors [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/descriptors/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/descriptors/target/descriptors-resources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ descriptors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ descriptors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.connectors-descriptors-checkstyle) @ descriptors --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ descriptors --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/descriptors/target/descriptors.zip to /home/jenkins/.m2/repository/org/glassfish/main/connectors/descriptors/7.0.0-SNAPSHOT/descriptors-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/descriptors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/descriptors/7.0.0-SNAPSHOT/descriptors-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/descriptors/target/descriptors-resources.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/descriptors/7.0.0-SNAPSHOT/descriptors-7.0.0-SNAPSHOT-resources.jar [INFO] [INFO] ------< org.glassfish.main.connectors:connectors-inbound-runtime >------ [INFO] Building Connectors Inbound Support 7.0.0-SNAPSHOT [170/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-inbound-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-inbound-runtime/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ connectors-inbound-runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ connectors-inbound-runtime --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-inbound-runtime/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ connectors-inbound-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-inbound-runtime/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/ConnectorMessageBeanClient.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/ConnectorMessageBeanClient.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ connectors-inbound-runtime --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ connectors-inbound-runtime --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ connectors-inbound-runtime --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-inbound-runtime/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ connectors-inbound-runtime --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ connectors-inbound-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-inbound-runtime/target/connectors-inbound-runtime.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ connectors-inbound-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors-inbound-runtime --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-inbound-runtime/target/connectors-inbound-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-inbound-runtime/7.0.0-SNAPSHOT/connectors-inbound-runtime-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-inbound-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-inbound-runtime/7.0.0-SNAPSHOT/connectors-inbound-runtime-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.connectors:work-management >------------ [INFO] Building Work Management 7.0.0-SNAPSHOT [171/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/work-management/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/work-management/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ work-management --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ work-management --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ work-management --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/work-management/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ work-management --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/work-management/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ work-management --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ work-management --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ work-management --- [WARNING] Manifest org.glassfish.main.connectors:work-management:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.enterprise.connectors.work, has 1, private references [com.sun.enterprise.connectors.work.monitor] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ work-management --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/work-management/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ work-management --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ work-management --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/work-management/target/classes/META-INF for [INFO] [echo] work-management [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ work-management --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/work-management/target/work-management.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ work-management --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ work-management --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/work-management/target/work-management.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/work-management/7.0.0-SNAPSHOT/work-management-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/work-management/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/work-management/7.0.0-SNAPSHOT/work-management-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------< org.glassfish.main.jdbc:jdbc >-------------------- [INFO] Building JDBC Module 7.0.0-SNAPSHOT [172/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jdbc --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jdbc --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jdbc --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jdbc --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/target/classes/META-INF for [INFO] [echo] jdbc [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jdbc-jdbc-checkstyle) @ jdbc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc/7.0.0-SNAPSHOT/jdbc-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.jdbc:jdbc-config >----------------- [INFO] Building JDBC Config Module 7.0.0-SNAPSHOT [173/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-config/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-config/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jdbc-config --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jdbc-config --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jdbc-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-config/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jdbc-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-config/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ jdbc-config --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jdbc-config --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jdbc-config --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jdbc-config --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jdbc-config --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jdbc-config --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-config/target/classes/META-INF for [INFO] [echo] jdbc-config [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jdbc-config --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-config/target/jdbc-config.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jdbc-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc-config --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-config/target/jdbc-config.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-config/7.0.0-SNAPSHOT/jdbc-config-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-config/7.0.0-SNAPSHOT/jdbc-config-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.connectors:connectors-admin >----------- [INFO] Building Connectors admin 7.0.0-SNAPSHOT [174/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ connectors-admin --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ connectors-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ connectors-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ connectors-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ connectors-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/UpdateConnectorSecurityMap.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/UpdateConnectorSecurityMap.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/UpdateConnectorSecurityMap.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/UpdateConnectorWorkSecurityMap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/UpdateConnectorWorkSecurityMap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ connectors-admin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ connectors-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ connectors-admin --- [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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ connectors-admin --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ connectors-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/src/test/java/org/glassfish/connectors/admin/cli/DeleteCustomResourceTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/src/test/java/org/glassfish/connectors/admin/cli/DeleteCustomResourceTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ connectors-admin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/target/classes/META-INF for [INFO] [echo] connectors-admin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ connectors-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/target/connectors-admin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ connectors-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors-admin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/target/connectors-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-admin/7.0.0-SNAPSHOT/connectors-admin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-admin/7.0.0-SNAPSHOT/connectors-admin-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.loadbalancer:load-balancer >------------ [INFO] Building GlassFish Load-Balancer Plugin related modules 7.0.0-SNAPSHOT [175/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ load-balancer --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ load-balancer --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ load-balancer --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/target/classes/META-INF for [INFO] [echo] load-balancer [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ load-balancer --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ load-balancer --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/load-balancer/7.0.0-SNAPSHOT/load-balancer-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----< org.glassfish.main.loadbalancer:gf-load-balancer-connector >----- [INFO] Building Load Balancer Internal API 7.0.0-SNAPSHOT [176/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ gf-load-balancer-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-load-balancer-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/gf-load-balancer-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-load-balancer-connector --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/gf-load-balancer-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/gf-load-balancer-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gf-load-balancer-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gf-load-balancer-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/gf-load-balancer-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gf-load-balancer-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/gf-load-balancer-connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ gf-load-balancer-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gf-load-balancer-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-load-balancer-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/gf-load-balancer-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gf-load-balancer-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ gf-load-balancer-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-load-balancer-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ gf-load-balancer-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/gf-load-balancer-connector/target/gf-load-balancer-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gf-load-balancer-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-load-balancer-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/gf-load-balancer-connector/target/gf-load-balancer-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/gf-load-balancer-connector/7.0.0-SNAPSHOT/gf-load-balancer-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/gf-load-balancer-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/gf-load-balancer-connector/7.0.0-SNAPSHOT/gf-load-balancer-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.loadbalancer:load-balancer-admin >--------- [INFO] Building Load-Balancer admin 7.0.0-SNAPSHOT [177/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ load-balancer-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ load-balancer-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ load-balancer-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/src/main/resources [INFO] Copying 13 resources [INFO] Copying 13 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ load-balancer-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/upgrade/LoadBalancerConfigUpgrade.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/upgrade/LoadBalancerConfigUpgrade.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/upgrade/LoadBalancerConfigUpgrade.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ load-balancer-admin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ load-balancer-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ load-balancer-admin --- [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] --- 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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ load-balancer-admin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ load-balancer-admin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/target/classes/META-INF for [INFO] [echo] load-balancer-admin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ load-balancer-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/target/load-balancer-admin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ load-balancer-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ load-balancer-admin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/target/load-balancer-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/load-balancer-admin/7.0.0-SNAPSHOT/load-balancer-admin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/load-balancer-admin/7.0.0-SNAPSHOT/load-balancer-admin-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------------< org.glassfish.main.jms:jms >--------------------- [INFO] Building GlassFish JMS modules 7.0.0-SNAPSHOT [178/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jms --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jms --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jms --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jms --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/target/classes/META-INF for [INFO] [echo] jms [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ jms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jms-jms-checkstyle) @ jms --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jms --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms/7.0.0-SNAPSHOT/jms-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.jms:gf-jms-connector >--------------- [INFO] Building JMS Connector Module for Runtime 7.0.0-SNAPSHOT [179/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gf-jms-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gf-jms-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gf-jms-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gf-jms-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ gf-jms-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gf-jms-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gf-jms-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-jms-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gf-jms-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-jms-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ gf-jms-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-connector/target/gf-jms-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gf-jms-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-jms-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-connector/target/gf-jms-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/gf-jms-connector/7.0.0-SNAPSHOT/gf-jms-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/gf-jms-connector/7.0.0-SNAPSHOT/gf-jms-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.jms:jms-core >------------------- [INFO] Building JMS Module 7.0.0-SNAPSHOT [180/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jms-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jms-core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jms-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jms-core --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jms-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jms-core/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jms-core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jms-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jms-core/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ jms-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jms-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jms-core --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jms-core --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jms-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jms-core --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jms-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jms-core/target/classes/META-INF for [INFO] [echo] jms-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jms-core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jms-core/target/jms-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jms-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jms-core --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jms-core/target/jms-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-core/7.0.0-SNAPSHOT/jms-core-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jms-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-core/7.0.0-SNAPSHOT/jms-core-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.jms:jms-admin >------------------ [INFO] Building JMS admin 7.0.0-SNAPSHOT [181/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jms-admin --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jms-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jms-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jms-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin/target/common-resources with includes "" and excludes "" [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] Copying 0 resource [INFO] Copying 13 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jms-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin/src/main/java/org/glassfish/jms/admin/cli/JMSDestination.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin/src/main/java/org/glassfish/jms/admin/cli/JMSDestination.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ jms-admin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jms-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jms-admin --- [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] --- 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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jms-admin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jms-admin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin/target/classes/META-INF for [INFO] [echo] jms-admin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jms-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin/target/jms-admin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jms-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jms-admin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin/target/jms-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-admin/7.0.0-SNAPSHOT/jms-admin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-admin/7.0.0-SNAPSHOT/jms-admin-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.jms:gf-jms-injection >--------------- [INFO] Building JMS Injection Module for Runtime 7.0.0-SNAPSHOT [182/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-injection/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-injection/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gf-jms-injection --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gf-jms-injection --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gf-jms-injection --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-injection/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gf-jms-injection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-injection/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-injection/src/main/java/org/glassfish/jms/injection/JMSCDIExtension.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-injection/src/main/java/org/glassfish/jms/injection/JMSCDIExtension.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ gf-jms-injection --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gf-jms-injection --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gf-jms-injection --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-jms-injection --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-injection/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gf-jms-injection --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-jms-injection --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ gf-jms-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-injection/target/gf-jms-injection.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gf-jms-injection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-jms-injection --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-injection/target/gf-jms-injection.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/gf-jms-injection/7.0.0-SNAPSHOT/gf-jms-injection-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-injection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/gf-jms-injection/7.0.0-SNAPSHOT/gf-jms-injection-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------< org.glassfish.main.jms:jmsra >-------------------- [INFO] Building JMS GlassFish System RA Assembly 7.0.0-SNAPSHOT [183/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmsra --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jmsra --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jmsra --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jmsra --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unzip-mq) @ jmsra --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/mq/mq-distribution/6.3.0-M1/mq-distribution-6.3.0-M1.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra/target with includes "mq/lib/imqjmsra.rar" and excludes "" [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] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (unzip-rar) @ jmsra --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra/target/imqjmsra.rar into /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra/target/classes/glassfish/lib/install/applications/jmsra [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jmsra --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra/target/classes/META-INF for [INFO] [echo] jmsra [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra/target/jmsra.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jmsra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ jmsra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jms-jmsra-checkstyle) @ jmsra --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jmsra --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra/target/jmsra.zip to /home/jenkins/.m2/repository/org/glassfish/main/jms/jmsra/7.0.0-SNAPSHOT/jmsra-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/jmsra/7.0.0-SNAPSHOT/jmsra-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.jdbc.jdbc-ra:jdbc-ra >--------------- [INFO] Building JDBC Resource Adapter 7.0.0-SNAPSHOT [184/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jdbc-ra --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jdbc-ra --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jdbc-ra --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/target/common-resources with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/target/classes/META-INF for [INFO] [echo] jdbc-ra [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jdbc-ra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc-ra --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc-ra/7.0.0-SNAPSHOT/jdbc-ra-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.jdbc.jdbc-ra.jdbc-core:jdbc-core >--------- [INFO] Building Core JDBC Resource Adapter classes 7.0.0-SNAPSHOT [185/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jdbc-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jdbc-core --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jdbc-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jdbc-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/common/DataSourceObjectBuilder.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/common/DataSourceObjectBuilder.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/common/DataSourceObjectBuilder.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/common/DataSourceObjectBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ jdbc-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jdbc-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jdbc-core --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jdbc-core --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jdbc-core --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jdbc-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ jdbc-core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/target/jdbc-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jdbc-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc-core --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/target/jdbc-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc-core/jdbc-core/7.0.0-SNAPSHOT/jdbc-core-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc-core/jdbc-core/7.0.0-SNAPSHOT/jdbc-core-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.jdbc.jdbc-ra.jdbc40:jdbc40 >------------ [INFO] Building JDBC 40 related classes for JDBC Resource Adapter 7.0.0-SNAPSHOT [186/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc40/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc40/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jdbc40 --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jdbc40 --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jdbc40 --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc40/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jdbc40 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc40/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc40/src/main/java/com/sun/gjc/spi/jdbc40/CallableStatementWrapper40.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc40/src/main/java/com/sun/gjc/spi/jdbc40/CallableStatementWrapper40.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ jdbc40 --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jdbc40 --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jdbc40 --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jdbc40 --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc40/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jdbc40 --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jdbc40 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc40/target/classes/META-INF for [INFO] [echo] jdbc40 [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jdbc40 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc40/target/jdbc40.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jdbc40 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc40 --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc40/target/jdbc40.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc40/jdbc40/7.0.0-SNAPSHOT/jdbc40-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc40/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc40/jdbc40/7.0.0-SNAPSHOT/jdbc40-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.jdbc:templates >------------------ [INFO] Building JDBC Templates 7.0.0-SNAPSHOT [187/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ templates --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ templates --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ templates --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/templates [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ templates --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ templates --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ templates --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/templates/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ templates --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ templates --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/templates/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ templates --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/templates/target/classes/META-INF for [INFO] [echo] templates [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/templates/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ templates --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/templates/target/templates.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ templates --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ templates --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jdbc-templates-checkstyle) @ templates --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ templates --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/templates/target/templates.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/templates/7.0.0-SNAPSHOT/templates-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/templates/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/templates/7.0.0-SNAPSHOT/templates-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.main.jdbc.jdbc-ra.jdbc-ra-distribution:jdbc-ra >---- [INFO] Building Distribution Module for JDBC Resource Adapter 7.0.0-SNAPSHOT [188/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jdbc-ra --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jdbc-ra --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jdbc-ra --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-classes) @ jdbc-ra --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/target/jdbc-core.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/unpackedDependencies with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc40/target/jdbc40.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/unpackedDependencies with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-templates) @ jdbc-ra --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/templates/target/templates.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Reading assembly descriptor: src/assembly/jdbcra-xa.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar into /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes/glassfish/lib/install/applications/__cp_jdbc_ra [INFO] [unjar] Expanding: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar into /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes/glassfish/lib/install/applications/__dm_jdbc_ra [INFO] [unjar] Expanding: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar into /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes/glassfish/lib/install/applications/__ds_jdbc_ra [INFO] [unjar] Expanding: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar into /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jdbc-ra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc-ra --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra.zip to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc-ra-distribution/jdbc-ra/7.0.0-SNAPSHOT/jdbc-ra-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc-ra-distribution/jdbc-ra/7.0.0-SNAPSHOT/jdbc-ra-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.jdbc:jdbc-runtime >---------------- [INFO] Building JDBC Runtime Module 7.0.0-SNAPSHOT [189/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jdbc-runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jdbc-runtime --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jdbc-runtime --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jdbc-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/src/main/java/org/glassfish/jdbcruntime/service/JdbcAdminServiceImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ jdbc-runtime --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jdbc-runtime --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jdbc-runtime --- [WARNING] Manifest org.glassfish.main.jdbc:jdbc-runtime:glassfish-jar:7.0.0-SNAPSHOT : Export org.glassfish.jdbcruntime, has 1, private references [org.glassfish.jdbc.pool.monitor] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jdbc-runtime --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jdbc-runtime --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jdbc-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jdbc-runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/target/classes/META-INF for [INFO] [echo] jdbc-runtime [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jdbc-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/target/jdbc-runtime.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jdbc-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc-runtime --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/target/jdbc-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-runtime/7.0.0-SNAPSHOT/jdbc-runtime-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-runtime/7.0.0-SNAPSHOT/jdbc-runtime-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.jdbc:jdbc-admin >----------------- [INFO] Building JDBC admin 7.0.0-SNAPSHOT [190/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jdbc-admin --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jdbc-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jdbc-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jdbc-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ jdbc-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/src/main/java/org/glassfish/jdbc/admin/cli/CreateJdbcResource.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/src/main/java/org/glassfish/jdbc/admin/cli/CreateJdbcResource.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ jdbc-admin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jdbc-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jdbc-admin --- [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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jdbc-admin --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jdbc-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/src/test/java/org/glassfish/jdbc/admin/cli/DeleteJdbcResourceTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/src/test/java/org/glassfish/jdbc/admin/cli/DeleteJdbcResourceTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/src/test/java/org/glassfish/jdbc/admin/cli/ListJdbcResourcesTest.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/src/test/java/org/glassfish/jdbc/admin/cli/ListJdbcResourcesTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/src/test/java/org/glassfish/jdbc/admin/cli/ListJdbcResourcesTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jdbc-admin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jdbc-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jdbc-admin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/target/classes/META-INF for [INFO] [echo] jdbc-admin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jdbc-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/target/jdbc-admin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jdbc-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc-admin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/target/jdbc-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-admin/7.0.0-SNAPSHOT/jdbc-admin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-admin/7.0.0-SNAPSHOT/jdbc-admin-7.0.0-SNAPSHOT.pom [INFO] [INFO] --< org.glassfish.main.persistence:glassfish-oracle-jdbc-driver-packages >-- [INFO] Building GlassFish Oracle JDBC Packages 7.0.0-SNAPSHOT [191/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/oracle-jdbc-driver-packages [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-oracle-jdbc-driver-packages --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-oracle-jdbc-driver-packages --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/oracle-jdbc-driver-packages/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ glassfish-oracle-jdbc-driver-packages --- [INFO] No sources to compile [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ glassfish-oracle-jdbc-driver-packages --- [WARNING] Manifest org.glassfish.main.persistence:glassfish-oracle-jdbc-driver-packages:jar:7.0.0-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:7.0.0-SNAPSHOT : Host system.bundle=extension:=framework for this fragment cannot be found on the classpath [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/oracle-jdbc-driver-packages/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish-oracle-jdbc-driver-packages --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/oracle-jdbc-driver-packages/target/glassfish-oracle-jdbc-driver-packages.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ glassfish-oracle-jdbc-driver-packages --- [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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/oracle-jdbc-driver-packages/target/glassfish-oracle-jdbc-driver-packages.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/glassfish-oracle-jdbc-driver-packages/7.0.0-SNAPSHOT/glassfish-oracle-jdbc-driver-packages-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/oracle-jdbc-driver-packages/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/glassfish-oracle-jdbc-driver-packages/7.0.0-SNAPSHOT/glassfish-oracle-jdbc-driver-packages-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.persistence:gf-jpa-connector >----------- [INFO] Building Connector for JPA runtime in glassfish 7.0.0-SNAPSHOT [192/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/gf-jpa-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/gf-jpa-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gf-jpa-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gf-jpa-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gf-jpa-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/gf-jpa-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gf-jpa-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/gf-jpa-connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ gf-jpa-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gf-jpa-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gf-jpa-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-jpa-connector --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-jpa-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ gf-jpa-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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/gf-jpa-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gf-jpa-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-jpa-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ gf-jpa-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/gf-jpa-connector/target/gf-jpa-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gf-jpa-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-jpa-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/gf-jpa-connector/target/gf-jpa-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/gf-jpa-connector/7.0.0-SNAPSHOT/gf-jpa-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/gf-jpa-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/gf-jpa-connector/7.0.0-SNAPSHOT/gf-jpa-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.persistence:jpa-container >------------ [INFO] Building JPA container for glassfish 7.0.0-SNAPSHOT [193/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jpa-container --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jpa-container --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jpa-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jpa-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/src/main/java/org/glassfish/persistence/jpa/PersistenceUnitLoader.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/src/main/java/org/glassfish/persistence/jpa/PersistenceUnitLoader.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/src/main/java/org/glassfish/persistence/jpa/PersistenceUnitLoader.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ jpa-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jpa-container --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jpa-container --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jpa-container --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jpa-container --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jpa-container --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/target/classes/META-INF for [INFO] [echo] jpa-container [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jpa-container --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/target/jpa-container.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jpa-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jpa-container --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/target/jpa-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/jpa-container/7.0.0-SNAPSHOT/jpa-container-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/jpa-container/7.0.0-SNAPSHOT/jpa-container-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.persistence:eclipselink-wrapper >--------- [INFO] Building Declaring EclipseLink dependencies 7.0.0-SNAPSHOT [194/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/eclipselink-wrapper [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ eclipselink-wrapper --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ eclipselink-wrapper --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ eclipselink-wrapper --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/eclipselink-wrapper/target/classes/META-INF for [INFO] [echo] eclipselink-wrapper [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/eclipselink-wrapper/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ eclipselink-wrapper --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ eclipselink-wrapper --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/eclipselink-wrapper/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/eclipselink-wrapper/7.0.0-SNAPSHOT/eclipselink-wrapper-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.persistence.cmp:cmp >--------------- [INFO] Building GlassFish cmp related modules 7.0.0-SNAPSHOT [195/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cmp --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cmp --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cmp --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cmp --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/target/classes/META-INF for [INFO] [echo] cmp [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cmp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp/7.0.0-SNAPSHOT/cmp-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.persistence.cmp:cmp-utility >----------- [INFO] Building utility module for cmp 7.0.0-SNAPSHOT [196/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cmp-utility --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cmp-utility --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cmp-utility --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cmp-utility --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/SemaphoreImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/SemaphoreImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/logging/AbstractLoggerFactory.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/logging/AbstractLoggerFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ cmp-utility --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ cmp-utility --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ cmp-utility --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cmp-utility --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cmp-utility --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-utility --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/target/classes/META-INF for [INFO] [echo] cmp-utility [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cmp-utility --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/target/cmp-utility.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cmp-utility --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-utility --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/target/cmp-utility.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-utility/7.0.0-SNAPSHOT/cmp-utility-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-utility/7.0.0-SNAPSHOT/cmp-utility-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.persistence.cmp:cmp-model >------------ [INFO] Building model module for cmp 7.0.0-SNAPSHOT [197/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cmp-model --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cmp-model --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cmp-model --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cmp-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/Model.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/jdo/PersistenceClassElement.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/jdo/PersistenceClassElement.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ cmp-model --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ cmp-model --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ cmp-model --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cmp-model --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cmp-model --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-model --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/target/classes/META-INF for [INFO] [echo] cmp-model [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cmp-model --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/target/cmp-model.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cmp-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-model --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/target/cmp-model.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-model/7.0.0-SNAPSHOT/cmp-model-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-model/7.0.0-SNAPSHOT/cmp-model-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----< org.glassfish.main.persistence.cmp:cmp-generator-database >------ [INFO] Building Database Generator module for cmp 7.0.0-SNAPSHOT [198/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/generator-database/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/generator-database/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cmp-generator-database --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cmp-generator-database --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cmp-generator-database --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/generator-database/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cmp-generator-database --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/generator-database/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/generator-database/src/main/java/com/sun/jdo/spi/persistence/generator/database/MappingPolicy.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ cmp-generator-database --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ cmp-generator-database --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ cmp-generator-database --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cmp-generator-database --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/generator-database/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cmp-generator-database --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-generator-database --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ cmp-generator-database --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/generator-database/target/cmp-generator-database.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cmp-generator-database --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-generator-database --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/generator-database/target/cmp-generator-database.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-generator-database/7.0.0-SNAPSHOT/cmp-generator-database-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/generator-database/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-generator-database/7.0.0-SNAPSHOT/cmp-generator-database-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.persistence.cmp:cmp-ejb-mapping >--------- [INFO] Building ejb-mapping module for cmp 7.0.0-SNAPSHOT [199/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/ejb-mapping/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/ejb-mapping/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cmp-ejb-mapping --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cmp-ejb-mapping --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cmp-ejb-mapping --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/ejb-mapping/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cmp-ejb-mapping --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/ejb-mapping/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/beans/FetchedWith.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/beans/Consistency.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/beans/Consistency.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ cmp-ejb-mapping --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ cmp-ejb-mapping --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ cmp-ejb-mapping --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cmp-ejb-mapping --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/ejb-mapping/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cmp-ejb-mapping --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-ejb-mapping --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ cmp-ejb-mapping --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/ejb-mapping/target/cmp-ejb-mapping.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cmp-ejb-mapping --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-ejb-mapping --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/ejb-mapping/target/cmp-ejb-mapping.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-ejb-mapping/7.0.0-SNAPSHOT/cmp-ejb-mapping-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/ejb-mapping/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-ejb-mapping/7.0.0-SNAPSHOT/cmp-ejb-mapping-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.persistence.cmp:cmp-enhancer >----------- [INFO] Building enhancer module for cmp 7.0.0-SNAPSHOT [200/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cmp-enhancer --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cmp-enhancer --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cmp-enhancer --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cmp-enhancer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/ConstantPool.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/ConstantPool.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/ConstantPool.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ cmp-enhancer --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ cmp-enhancer --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ cmp-enhancer --- [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-enhancer:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.jdo.api.persistence.enhancer.generator, has 1, private references [com.sun.jdo.api.persistence.enhancer.util] [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-enhancer:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.jdo.api.persistence.enhancer.meta, has 1, private references [com.sun.jdo.api.persistence.enhancer.util] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cmp-enhancer --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cmp-enhancer --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-enhancer --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/target/classes/META-INF for [INFO] [echo] cmp-enhancer [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ cmp-enhancer --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/target/cmp-enhancer.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cmp-enhancer --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-enhancer --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/target/cmp-enhancer.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-enhancer/7.0.0-SNAPSHOT/cmp-enhancer-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-enhancer/7.0.0-SNAPSHOT/cmp-enhancer-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.persistence.cmp:cmp-internal-api >--------- [INFO] Building internal-api module for cmp 7.0.0-SNAPSHOT [201/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/internal-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cmp-internal-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cmp-internal-api --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cmp-internal-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/internal-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/internal-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cmp-internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/internal-api/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/SynchronizationManager.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ cmp-internal-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ cmp-internal-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ cmp-internal-api --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cmp-internal-api --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/internal-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cmp-internal-api --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-internal-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ cmp-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/internal-api/target/cmp-internal-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cmp-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-internal-api --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/internal-api/target/cmp-internal-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-internal-api/7.0.0-SNAPSHOT/cmp-internal-api-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-internal-api/7.0.0-SNAPSHOT/cmp-internal-api-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.persistence:entitybean-container >--------- [INFO] Building Entity Bean container 7.0.0-SNAPSHOT [202/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/entitybean-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/entitybean-container/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ entitybean-container --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ entitybean-container --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ entitybean-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/entitybean-container/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ entitybean-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/entitybean-container/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/entitybean-container/src/main/java/org/glassfish/persistence/ejb/entitybean/container/EntityContainer.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ entitybean-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ entitybean-container --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ entitybean-container --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ entitybean-container --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/entitybean-container/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ entitybean-container --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ entitybean-container --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/entitybean-container/target/classes/META-INF for [INFO] [echo] entitybean-container [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ entitybean-container --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/entitybean-container/target/entitybean-container.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ entitybean-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ entitybean-container --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/entitybean-container/target/entitybean-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/entitybean-container/7.0.0-SNAPSHOT/entitybean-container-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/entitybean-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/entitybean-container/7.0.0-SNAPSHOT/entitybean-container-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.main.persistence.cmp:cmp-support-sqlstore >------- [INFO] Building support-sqlstore module for cmp 7.0.0-SNAPSHOT [203/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-sqlstore/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cmp-support-sqlstore --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cmp-support-sqlstore --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Copying 4 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ cmp-support-sqlstore --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 173 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-sqlstore/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ cmp-support-sqlstore --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ cmp-support-sqlstore --- [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-support-sqlstore:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.jdo.spi.persistence.support.sqlstore, has 4, private references [com.sun.jdo.spi.persistence.support.sqlstore.database, com.sun.jdo.spi.persistence.support.sqlstore.impl, com.sun.jdo.spi.persistence.support.sqlstore.model, com.sun.jdo.spi.persistence.support.sqlstore.state] [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-support-sqlstore:glassfish-jar:7.0.0-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] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cmp-support-sqlstore --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-sqlstore/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cmp-support-sqlstore --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ cmp-support-sqlstore --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-sqlstore/target/cmp-support-sqlstore.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cmp-support-sqlstore --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-support-sqlstore --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-sqlstore/target/cmp-support-sqlstore.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-support-sqlstore/7.0.0-SNAPSHOT/cmp-support-sqlstore-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-sqlstore/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-support-sqlstore/7.0.0-SNAPSHOT/cmp-support-sqlstore-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.persistence.cmp:cmp-support-ejb >--------- [INFO] Building support ejb module for cmp 7.0.0-SNAPSHOT [204/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- antlr-maven-plugin:2.4:generate (default) @ cmp-support-ejb --- [INFO] performing grammar generation [EJBQL.g] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] performing grammar generation [JDOQLCodeGeneration.g] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] performing grammar generation [Semantic.g] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cmp-support-ejb --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cmp-support-ejb --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cmp-support-ejb --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cmp-support-ejb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/ErrorMsg.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/ErrorMsg.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/SymbolTable.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/SymbolTable.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ cmp-support-ejb --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ cmp-support-ejb --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ cmp-support-ejb --- [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-support-ejb:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.jdo.spi.persistence.support.ejb.ejbc, has 2, private references [com.sun.jdo.spi.persistence.support.ejb.codegen, com.sun.jdo.spi.persistence.support.ejb.model.util] [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-support-ejb:glassfish-jar:7.0.0-SNAPSHOT : Export com.sun.jdo.spi.persistence.support.ejb.ejbqlc, has 1, private references [com.sun.jdo.spi.persistence.support.ejb.model.util] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cmp-support-ejb --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cmp-support-ejb --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-support-ejb --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ cmp-support-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/target/cmp-support-ejb.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cmp-support-ejb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-support-ejb --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/target/cmp-support-ejb.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-support-ejb/7.0.0-SNAPSHOT/cmp-support-ejb-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-support-ejb/7.0.0-SNAPSHOT/cmp-support-ejb-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.persistence.cmp:cmp-scripts >----------- [INFO] Building GlassFish cmp scripts 7.0.0-SNAPSHOT [205/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/cmp-scripts [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cmp-scripts --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cmp-scripts --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cmp-scripts --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/cmp-scripts/target/classes/META-INF for [INFO] [echo] cmp-scripts [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/cmp-scripts/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/cmp-scripts/target/cmp-scripts.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cmp-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-scripts --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/cmp-scripts/target/cmp-scripts.zip to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-scripts/7.0.0-SNAPSHOT/cmp-scripts-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/cmp-scripts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-scripts/7.0.0-SNAPSHOT/cmp-scripts-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.persistence.cmp:cmp-all >------------- [INFO] Building CMP tier for GlassFish 7.0.0-SNAPSHOT [206/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cmp-all --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/cmp-all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ cmp-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ cmp-all --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ cmp-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/cmp-all/target/classes/META-INF for [INFO] [echo] cmp-all [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/cmp-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ cmp-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-all --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/cmp-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-all/7.0.0-SNAPSHOT/cmp-all-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.concurrent:concurrent >-------------- [INFO] Building Concurrency Utilities Modules 7.0.0-SNAPSHOT [207/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ concurrent --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ concurrent --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ concurrent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/target/classes/META-INF for [INFO] [echo] concurrent [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ concurrent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ concurrent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.concurrent-concurrent-checkstyle) @ concurrent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ concurrent --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent/7.0.0-SNAPSHOT/concurrent-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.concurrent:concurrent-connector >--------- [INFO] Building Concurrent Connector Module 7.0.0-SNAPSHOT [208/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ concurrent-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ concurrent-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ concurrent-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ concurrent-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ concurrent-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ concurrent-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ concurrent-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ concurrent-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ concurrent-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ concurrent-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-connector/target/classes/META-INF for [INFO] [echo] concurrent-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ concurrent-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-connector/target/concurrent-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ concurrent-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ concurrent-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-connector/target/concurrent-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-connector/7.0.0-SNAPSHOT/concurrent-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-connector/7.0.0-SNAPSHOT/concurrent-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.concurrent:concurrent-impl >------------ [INFO] Building Concurrent Implementation Module 7.0.0-SNAPSHOT [209/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ concurrent-impl --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ concurrent-impl --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ concurrent-impl --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ concurrent-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/src/main/java/org/glassfish/concurrent/admin/CreateContextService.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/src/main/java/org/glassfish/concurrent/admin/CreateContextService.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ concurrent-impl --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ concurrent-impl --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ concurrent-impl --- [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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ concurrent-impl --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ concurrent-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/src/test/java/org/glassfish/concurrent/runtime/ConcurrentRuntimeTest.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/src/test/java/org/glassfish/concurrent/runtime/ConcurrentRuntimeTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/src/test/java/org/glassfish/concurrent/runtime/ConcurrentRuntimeTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ concurrent-impl --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/target/classes/META-INF for [INFO] [echo] concurrent-impl [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ concurrent-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/target/concurrent-impl.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ concurrent-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ concurrent-impl --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/target/concurrent-impl.jar to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-impl/7.0.0-SNAPSHOT/concurrent-impl-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-impl/7.0.0-SNAPSHOT/concurrent-impl-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main.batch:batch >------------------- [INFO] Building Batch runtime modules for Glassfish 7.0.0-SNAPSHOT [210/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ batch --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ batch --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ batch --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ batch --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ batch --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ batch --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ batch --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/target/classes/META-INF for [INFO] [echo] batch [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ batch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ batch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.batch-batch-checkstyle) @ batch --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ batch --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/batch/batch/7.0.0-SNAPSHOT/batch-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.batch:batch-databases >-------------- [INFO] Building Batch database init scripts for GlassFish 7.0.0-SNAPSHOT [211/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/batch-database [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ batch-databases --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ batch-databases --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ batch-databases --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/batch-database/target/common-resources with includes "" and excludes "" [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] Copying 15 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/batch-database/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ batch-databases --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/batch-database/target/classes/META-INF for [INFO] [echo] batch-databases [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/batch-database/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/batch-database/target/batch-databases.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ batch-databases --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ batch-databases --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/batch-database/target/batch-databases.zip to /home/jenkins/.m2/repository/org/glassfish/main/batch/batch-databases/7.0.0-SNAPSHOT/batch-databases-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/batch-database/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/batch/batch-databases/7.0.0-SNAPSHOT/batch-databases-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.batch:glassfish-batch-connector >--------- [INFO] Building Batch Connector for Glassfish 7.0.0-SNAPSHOT [212/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-batch-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-batch-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-batch-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ glassfish-batch-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-connector/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-connector/src/main/java/org/glassfish/batch/spi/impl/BatchRuntimeHelper.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ glassfish-batch-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ glassfish-batch-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ glassfish-batch-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ glassfish-batch-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish-batch-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-batch-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ glassfish-batch-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-connector/target/glassfish-batch-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-batch-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-batch-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-connector/target/glassfish-batch-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/batch/glassfish-batch-connector/7.0.0-SNAPSHOT/glassfish-batch-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/batch/glassfish-batch-connector/7.0.0-SNAPSHOT/glassfish-batch-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.batch:glassfish-batch-commands >---------- [INFO] Building Batch Commands for Glassfish 7.0.0-SNAPSHOT [213/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-batch-commands --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-batch-commands --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-batch-commands --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ glassfish-batch-commands --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/src/main/java/org/glassfish/batch/AbstractListCommandProxy.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/src/main/java/org/glassfish/batch/AbstractListCommandProxy.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/src/main/java/org/glassfish/batch/AbstractListCommandProxy.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/src/main/java/org/glassfish/batch/SetBatchRuntimeConfiguration.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/src/main/java/org/glassfish/batch/SetBatchRuntimeConfiguration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ glassfish-batch-commands --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ glassfish-batch-commands --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ glassfish-batch-commands --- [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] --- 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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish-batch-commands --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-batch-commands --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ glassfish-batch-commands --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/target/glassfish-batch-commands.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-batch-commands --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-batch-commands --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/target/glassfish-batch-commands.jar to /home/jenkins/.m2/repository/org/glassfish/main/batch/glassfish-batch-commands/7.0.0-SNAPSHOT/glassfish-batch-commands-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/batch/glassfish-batch-commands/7.0.0-SNAPSHOT/glassfish-batch-commands-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.extras:extras >------------------ [INFO] Building GlassFish Extras modules 7.0.0-SNAPSHOT [214/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ extras --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ extras --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ extras --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ extras --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ extras --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ extras --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ extras --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/target/classes/META-INF for [INFO] [echo] extras [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ extras --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ extras --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-extras-checkstyle) @ extras --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ extras --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/extras/7.0.0-SNAPSHOT/extras-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.extras:javaee-pom >---------------- [INFO] Building GlassFish JavaEE Manifest pom 7.0.0-SNAPSHOT [215/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ javaee-pom --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ javaee-pom --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ javaee-pom --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/target/classes/META-INF for [INFO] [echo] javaee-pom [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ javaee-pom --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javaee-pom --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/javaee-pom/7.0.0-SNAPSHOT/javaee-pom-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.extras:javaee >------------------ [INFO] Building GlassFish javaee.jar 7.0.0-SNAPSHOT [216/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/manifest-jar [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ javaee --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ javaee --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ javaee --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/manifest-jar/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ javaee --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ javaee --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/manifest-jar/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ javaee --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/manifest-jar/target/classes/META-INF for [INFO] [echo] javaee [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ javaee --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/manifest-jar/target/javaee.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ javaee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ javaee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-javaee-checkstyle) @ javaee --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javaee --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/manifest-jar/target/javaee.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/javaee/7.0.0-SNAPSHOT/javaee-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/manifest-jar/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/javaee/7.0.0-SNAPSHOT/javaee-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.extras:javaee-frag >---------------- [INFO] Building GlassFish javaee.jar distribution fragment 7.0.0-SNAPSHOT [217/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/dist-frag [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ javaee-frag --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ javaee-frag --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ javaee-frag --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/dist-frag/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/dist-frag/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (default) @ javaee-frag --- [INFO] Copying javaee.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/dist-frag/target/classes/lib/javaee.jar [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ javaee-frag --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/dist-frag/target/classes/META-INF for [INFO] [echo] javaee-frag [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/dist-frag/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/dist-frag/target/javaee-frag.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ javaee-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javaee-frag --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/dist-frag/target/javaee-frag.zip to /home/jenkins/.m2/repository/org/glassfish/main/extras/javaee-frag/7.0.0-SNAPSHOT/javaee-frag-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/dist-frag/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/javaee-frag/7.0.0-SNAPSHOT/javaee-frag-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.extras:appserv-rt-pom >-------------- [INFO] Building GlassFish appserv-rt Manifest pom 7.0.0-SNAPSHOT [218/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ appserv-rt-pom --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ appserv-rt-pom --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ appserv-rt-pom --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/target/classes/META-INF for [INFO] [echo] appserv-rt-pom [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ appserv-rt-pom --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserv-rt-pom --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt-pom/7.0.0-SNAPSHOT/appserv-rt-pom-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.extras:appserv-rt >---------------- [INFO] Building GlassFish appserv-rt.jar 7.0.0-SNAPSHOT [219/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/manifest-jar [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ appserv-rt --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ appserv-rt --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ appserv-rt --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/manifest-jar/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ appserv-rt --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ appserv-rt --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/manifest-jar/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ appserv-rt --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ appserv-rt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/manifest-jar/target/appserv-rt.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ appserv-rt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserv-rt --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/manifest-jar/target/appserv-rt.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt/7.0.0-SNAPSHOT/appserv-rt-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/manifest-jar/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt/7.0.0-SNAPSHOT/appserv-rt-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.extras:appserv-rt-frag >-------------- [INFO] Building GlassFish appserv-rt distribution fragment 7.0.0-SNAPSHOT [220/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/dist-frag [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ appserv-rt-frag --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ appserv-rt-frag --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ appserv-rt-frag --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/dist-frag/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/dist-frag/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (default) @ appserv-rt-frag --- [INFO] Copying appserv-rt.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/dist-frag/target/classes/lib/appserv-rt.jar [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appserv-rt-frag --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/dist-frag/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/dist-frag/target/appserv-rt-frag.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ appserv-rt-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserv-rt-frag --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/dist-frag/target/appserv-rt-frag.zip to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt-frag/7.0.0-SNAPSHOT/appserv-rt-frag-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/dist-frag/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt-frag/7.0.0-SNAPSHOT/appserv-rt-frag-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.orb:orb-iiop >------------------- [INFO] Building GlassFish ORB interface layer implementation 7.0.0-SNAPSHOT [221/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ orb-iiop --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ orb-iiop --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ orb-iiop --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ orb-iiop --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/IIOPHandleDelegate.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/IIOPSSLSocketFactory.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/IIOPSSLSocketFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ orb-iiop --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ orb-iiop --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ orb-iiop --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ orb-iiop --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ orb-iiop --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ orb-iiop --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/target/classes/META-INF for [INFO] [echo] orb-iiop [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ orb-iiop --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/target/orb-iiop.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ orb-iiop --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ orb-iiop --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/target/orb-iiop.jar to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-iiop/7.0.0-SNAPSHOT/orb-iiop-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-iiop/7.0.0-SNAPSHOT/orb-iiop-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.security:ejb.security >-------------- [INFO] Building Ejb Security Integration 7.0.0-SNAPSHOT [222/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/ejb.security/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/ejb.security/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ejb.security --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ejb.security --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ejb.security --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/ejb.security/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ejb.security --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/ejb.security/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/CSIV2TaggedComponentInfo.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/CSIV2TaggedComponentInfo.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ ejb.security --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ ejb.security --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ ejb.security --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ejb.security --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/ejb.security/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ejb.security --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ ejb.security --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/ejb.security/target/classes/META-INF for [INFO] [echo] ejb.security [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ejb.security --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/ejb.security/target/ejb.security.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ejb.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb.security --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/ejb.security/target/ejb.security.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/ejb.security/7.0.0-SNAPSHOT/ejb.security-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/ejb.security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/ejb.security/7.0.0-SNAPSHOT/ejb.security-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.grizzly:glassfish-grizzly >------------ [INFO] Building Grizzly Glassfish Extra modules 7.0.0-SNAPSHOT [223/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ glassfish-grizzly --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ glassfish-grizzly --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-grizzly --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-grizzly --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-grizzly --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-grizzly --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-grizzly --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/target/classes/META-INF for [INFO] [echo] glassfish-grizzly [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-grizzly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ glassfish-grizzly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.grizzly-glassfish-grizzly-checkstyle) @ glassfish-grizzly --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-grizzly --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly/7.0.0-SNAPSHOT/glassfish-grizzly-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.grizzly:glassfish-grizzly-container >------- [INFO] Building GlassFish Grizzly adapter container implementation 7.0.0-SNAPSHOT [224/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-grizzly-container --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-grizzly-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ glassfish-grizzly-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/src/main/java/org/glassfish/extras/grizzly/GrizzlyDeployer.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/src/main/java/org/glassfish/extras/grizzly/GrizzlyDeployer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ glassfish-grizzly-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ glassfish-grizzly-container --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ glassfish-grizzly-container --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish-grizzly-container --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ glassfish-grizzly-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-grizzly-container --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/target/classes/META-INF for [INFO] [echo] glassfish-grizzly-container [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ glassfish-grizzly-container --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/target/glassfish-grizzly-container.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-grizzly-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-grizzly-container --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/target/glassfish-grizzly-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly-container/7.0.0-SNAPSHOT/glassfish-grizzly-container-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly-container/7.0.0-SNAPSHOT/glassfish-grizzly-container-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.grizzly:glassfish-grizzly-extra-all >------- [INFO] Building Glassfish Grizzly extra jars Combining 7.0.0-SNAPSHOT [225/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/glassfish-grizzly-extra-all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-grizzly-extra-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-grizzly-extra-all --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-grizzly-extra-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/glassfish-grizzly-extra-all/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/glassfish-grizzly-extra-all/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ glassfish-grizzly-extra-all --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/glassfish-grizzly-extra-all/target/classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (generate-inhabitants) @ glassfish-grizzly-extra-all --- [INFO] [INFO] --- consolidatedbundle-maven-plugin:3.0.2: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/target/glassfish-grizzly-container.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/3.0.2/hk2-3.0.2.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/glassfish-grizzly-extra-all/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish-grizzly-extra-all --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/glassfish-grizzly-extra-all/target/classes/META-INF for [INFO] [echo] glassfish-grizzly-extra-all [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/glassfish-grizzly-extra-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ glassfish-grizzly-extra-all --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (bundle) @ glassfish-grizzly-extra-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) [WARNING] Bundle org.glassfish.main.grizzly:glassfish-grizzly-extra-all:jar:7.0.0-SNAPSHOT : Version for package org.glassfish.extras.grizzly is set to different values in the source (7.0.0-SNAPSHOT) and in the manifest (7.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] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-grizzly-extra-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-grizzly-extra-all --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all.jar to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly-extra-all/7.0.0-SNAPSHOT/glassfish-grizzly-extra-all-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/glassfish-grizzly-extra-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly-extra-all/7.0.0-SNAPSHOT/glassfish-grizzly-extra-all-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.webservices:webservices >------------- [INFO] Building GlassFish Web Services related modules 7.0.0-SNAPSHOT [226/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ webservices --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ webservices --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ webservices --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ webservices --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ webservices --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ webservices --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ webservices --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/target/classes/META-INF for [INFO] [echo] webservices [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ webservices --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ webservices --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.webservices-webservices-checkstyle) @ webservices --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ webservices --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices/7.0.0-SNAPSHOT/webservices-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.webservices:jsr109-impl >------------- [INFO] Building JSR-109 implementation to deploy Metro 7.0.0-SNAPSHOT [227/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jsr109-impl --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jsr109-impl --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jsr109-impl --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jsr109-impl --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jsr109-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/EjbRuntimeEndpointInfo.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/EjbRuntimeEndpointInfo.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/EjbRuntimeEndpointInfo.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/EjbRuntimeEndpointInfo.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ jsr109-impl --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ jsr109-impl --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ jsr109-impl --- [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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jsr109-impl --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jsr109-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/src/test/java/org/glassfish/webservices/JAXWSAdapterRegistryTest.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/src/test/java/org/glassfish/webservices/JAXWSAdapterRegistryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/src/test/java/org/glassfish/webservices/JAXWSAdapterRegistryTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/src/test/java/org/glassfish/webservices/JAXWSAdapterRegistryTest.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/src/test/java/org/glassfish/webservices/JAXWSAdapterRegistryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/src/test/java/org/glassfish/webservices/JAXWSAdapterRegistryTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ jsr109-impl --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/target/classes/META-INF for [INFO] [echo] jsr109-impl [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jsr109-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/target/jsr109-impl.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jsr109-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jsr109-impl --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/target/jsr109-impl.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/jsr109-impl/7.0.0-SNAPSHOT/jsr109-impl-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/jsr109-impl/7.0.0-SNAPSHOT/jsr109-impl-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.webservices:metro-glue >-------------- [INFO] Building GlassFish Metro Glue Code 7.0.0-SNAPSHOT [228/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-glue/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-glue/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ metro-glue --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ metro-glue --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ metro-glue --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-glue/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ metro-glue --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-glue/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ metro-glue --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ metro-glue --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ metro-glue --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ metro-glue --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-glue/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ metro-glue --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ metro-glue --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ metro-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ metro-glue --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-glue/target/classes/META-INF for [INFO] [echo] metro-glue [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ metro-glue --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-glue/target/metro-glue.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ metro-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ metro-glue --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-glue/target/metro-glue.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-glue/7.0.0-SNAPSHOT/metro-glue-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-glue/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-glue/7.0.0-SNAPSHOT/metro-glue-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.webservices:webservices-connector >-------- [INFO] Building Connector for GlassFish Web Services Container 7.0.0-SNAPSHOT [229/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ webservices-connector --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ webservices-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ webservices-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ webservices-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ webservices-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector/src/main/java/org/glassfish/webservices/node/WebServiceHandlerChainNode.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector/src/main/java/org/glassfish/webservices/node/WebServiceHandlerChainNode.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ webservices-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ webservices-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ webservices-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ webservices-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ webservices-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ webservices-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector/target/classes/META-INF for [INFO] [echo] webservices-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ webservices-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector/target/webservices-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ webservices-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ webservices-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector/target/webservices-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-connector/7.0.0-SNAPSHOT/webservices-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-connector/7.0.0-SNAPSHOT/webservices-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.webservices:soap-tcp >--------------- [INFO] Building SOAP/TCP integration code 7.0.0-SNAPSHOT [230/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ soap-tcp --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ soap-tcp --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ soap-tcp --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ soap-tcp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/ServletFakeArtifactSet.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/ServletFakeArtifactSet.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/ServletFakeArtifactSet.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ soap-tcp --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ soap-tcp --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ soap-tcp --- [WARNING] Manifest org.glassfish.main.webservices:soap-tcp:glassfish-jar:7.0.0-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.webservices.monitoring.*] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ soap-tcp --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ soap-tcp --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ soap-tcp --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ soap-tcp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ soap-tcp --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/target/classes/META-INF for [INFO] [echo] soap-tcp [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ soap-tcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/target/soap-tcp.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ soap-tcp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ soap-tcp --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/target/soap-tcp.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/soap-tcp/7.0.0-SNAPSHOT/soap-tcp-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/soap-tcp/7.0.0-SNAPSHOT/soap-tcp-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.security:webservices.security >---------- [INFO] Building WebServices Security and JSR 196 implementation 7.0.0-SNAPSHOT [231/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ webservices.security --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ webservices.security --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ webservices.security --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ webservices.security --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/GFServerPipeCreator.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/GFServerPipeCreator.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/BaseAuthConfig.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/BaseAuthConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ webservices.security --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ webservices.security --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ webservices.security --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ webservices.security --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ webservices.security --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ webservices.security --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ webservices.security --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/target/classes/META-INF for [INFO] [echo] webservices.security [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ webservices.security --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/target/webservices.security.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ webservices.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ webservices.security --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/target/webservices.security.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/webservices.security/7.0.0-SNAPSHOT/webservices.security-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/webservices.security/7.0.0-SNAPSHOT/webservices.security-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.appclient:client >----------------- [INFO] Building App Client - client-side modules 7.0.0-SNAPSHOT [232/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ client --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ client --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ client --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/target/classes/META-INF for [INFO] [echo] client [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.appclient-client-checkstyle) @ client --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ client --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/client/7.0.0-SNAPSHOT/client-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.appclient:acc-config >--------------- [INFO] Building ACC Config Classes (JAXB) 7.0.0-SNAPSHOT [233/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-dtd) @ acc-config --- [INFO] Configured Artifact: org.glassfish.main.deployment:appserver-dtds:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-source (add-sources) @ acc-config --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config/target/generated-sources/xjc [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] [xjc] compiling a schema... [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter1.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter2.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter3.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter4.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter5.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter6.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter7.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter8.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/AuthRealm.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/CertDb.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/ClientContainer.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/ClientCredential.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/LogService.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/MessageSecurityConfig.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/ObjectFactory.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Property.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/ProviderConfig.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/RequestPolicy.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/ResponsePolicy.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Security.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Ssl.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/TargetServer.java [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ acc-config --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ acc-config --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ acc-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ acc-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ acc-config --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ acc-config --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ acc-config --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ acc-config --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ acc-config --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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-compiler-plugin:3.8.1:testCompile (default-testCompile) @ acc-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ acc-config --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config/target/classes/META-INF for [INFO] [echo] acc-config [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ acc-config --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config/target/acc-config.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ acc-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ acc-config --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config/target/acc-config.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/acc-config/7.0.0-SNAPSHOT/acc-config-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/acc-config/7.0.0-SNAPSHOT/acc-config-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.security:appclient.security >----------- [INFO] Building Appclient Security Integration 7.0.0-SNAPSHOT [234/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ appclient.security --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ appclient.security --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ appclient.security --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ appclient.security --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppclientIIOPInterceptorFactory.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/ConfigXMLParser.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/ConfigXMLParser.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ appclient.security --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ appclient.security --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ appclient.security --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ appclient.security --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ appclient.security --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ appclient.security --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/target/classes/META-INF for [INFO] [echo] appclient.security [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ appclient.security --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/target/appclient.security.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ appclient.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appclient.security --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/target/appclient.security.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/appclient.security/7.0.0-SNAPSHOT/appclient.security-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/appclient.security/7.0.0-SNAPSHOT/appclient.security-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.appclient:gf-client-module >------------ [INFO] Building Client OSGi module (including ACC) 7.0.0-SNAPSHOT [235/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gf-client-module --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gf-client-module --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gf-client-module --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dtds-and-schemas) @ gf-client-module --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/schemas/target/appserver-schemas.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/target/dependency with includes "**/*.dtd,**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gf-client-module --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ACCModulesManager.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ACCModulesManager.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/AppClientInfo.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/AppClientInfo.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ gf-client-module --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gf-client-module --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gf-client-module --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-client-module --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-client-module --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gf-client-module --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-client-module --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/target/classes/META-INF for [INFO] [echo] gf-client-module [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ gf-client-module --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/target/gf-client-module.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gf-client-module --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-client-module --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/target/gf-client-module.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/gf-client-module/7.0.0-SNAPSHOT/gf-client-module-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/gf-client-module/7.0.0-SNAPSHOT/gf-client-module-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----< org.glassfish.main.appclient.server:appclient-server-core >------ [INFO] Building GlassFish AppClient Server-Side Core 7.0.0-SNAPSHOT [236/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/core/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ appclient-server-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ appclient-server-core --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ appclient-server-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ appclient-server-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/core/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/JWSAdapterManager.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/servedcontent/ASJarSigner.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/servedcontent/ASJarSigner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ appclient-server-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ appclient-server-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ appclient-server-core --- [WARNING] Manifest org.glassfish.main.appclient.server:appclient-server-core:glassfish-jar:7.0.0-SNAPSHOT : Export org.glassfish.appclient.server.core, has 1, private references [org.glassfish.appclient.server.core.jws.servedcontent] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ appclient-server-core --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ appclient-server-core --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ appclient-server-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/core/target/classes/META-INF for [INFO] [echo] appclient-server-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ appclient-server-core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/core/target/appclient-server-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ appclient-server-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appclient-server-core --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/core/target/appclient-server-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/appclient-server-core/7.0.0-SNAPSHOT/appclient-server-core-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/appclient-server-core/7.0.0-SNAPSHOT/appclient-server-core-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.extras:glassfish-embedded-shell >--------- [INFO] Building Embedded GlassFish Shell 7.0.0-SNAPSHOT [237/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-embedded-shell --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-embedded-shell --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-embedded-shell --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ glassfish-embedded-shell --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ glassfish-embedded-shell --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish-embedded-shell --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ glassfish-embedded-shell --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell/target/glassfish-embedded-shell.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-embedded-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-shell --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell/target/glassfish-embedded-shell.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-shell/7.0.0-SNAPSHOT/glassfish-embedded-shell-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-shell/7.0.0-SNAPSHOT/glassfish-embedded-shell-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.main.extras:glassfish-embedded-shell-frag >------- [INFO] Building Embedded GlassFish Shell dist. fragment 7.0.0-SNAPSHOT [238/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell-frag [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-embedded-shell-frag --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-embedded-shell-frag --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-embedded-shell-frag --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (add-jar) @ glassfish-embedded-shell-frag --- [INFO] Copying glassfish-embedded-shell.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/glassfish-embedded-shell-frag.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-embedded-shell-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-shell-frag --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/glassfish-embedded-shell-frag.zip to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-shell-frag/7.0.0-SNAPSHOT/glassfish-embedded-shell-frag-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-shell-frag/7.0.0-SNAPSHOT/glassfish-embedded-shell-frag-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.webservices:webservices-scripts >--------- [INFO] Building GlassFish webservices scripts 7.0.0-SNAPSHOT [239/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ webservices-scripts --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ webservices-scripts --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ webservices-scripts --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/webservices-scripts [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ webservices-scripts --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ webservices-scripts --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ webservices-scripts --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/webservices-scripts/target/classes/META-INF for [INFO] [echo] webservices-scripts [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/webservices-scripts/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/webservices-scripts/target/webservices-scripts.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ webservices-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ webservices-scripts --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/webservices-scripts/target/webservices-scripts.zip to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-scripts/7.0.0-SNAPSHOT/webservices-scripts-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/webservices-scripts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-scripts/7.0.0-SNAPSHOT/webservices-scripts-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.webservices:metro-fragments >----------- [INFO] Building GlassFish Metro Related Fragments 7.0.0-SNAPSHOT [240/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-fragments [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ metro-fragments --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ metro-fragments --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ metro-fragments --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-fragments/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (war) @ metro-fragments --- [INFO] Copying wstx-services-4.0.0-M2.war to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-fragments/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-fragments/target/classes/META-INF for [INFO] [echo] metro-fragments [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-fragments/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-fragments/target/metro-fragments.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ metro-fragments --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ metro-fragments --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-fragments/target/metro-fragments.zip to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-fragments/7.0.0-SNAPSHOT/metro-fragments-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-fragments/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-fragments/7.0.0-SNAPSHOT/metro-fragments-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----< org.glassfish.main.extras:glassfish-embedded-static-shell >------ [INFO] Building Embedded GlassFish Static Shell 7.0.0-SNAPSHOT [241/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-embedded-static-shell --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-embedded-static-shell --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-embedded-static-shell --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish-embedded-static-shell --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ glassfish-embedded-static-shell --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell/target/glassfish-embedded-static-shell.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-embedded-static-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-static-shell --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell/target/glassfish-embedded-static-shell.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-static-shell/7.0.0-SNAPSHOT/glassfish-embedded-static-shell-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-static-shell/7.0.0-SNAPSHOT/glassfish-embedded-static-shell-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---< org.glassfish.main.extras:glassfish-embedded-static-shell-frag >--- [INFO] Building Embedded GlassFish Static Shell dist. fragment 7.0.0-SNAPSHOT [242/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-embedded-static-shell-frag --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-embedded-static-shell-frag --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-embedded-static-shell-frag --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (add-jar) @ glassfish-embedded-static-shell-frag --- [INFO] Copying glassfish-embedded-static-shell.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/glassfish-embedded-static-shell-frag.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-embedded-static-shell-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-static-shell-frag --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/glassfish-embedded-static-shell-frag.zip to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-static-shell-frag/7.0.0-SNAPSHOT/glassfish-embedded-static-shell-frag-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-static-shell-frag/7.0.0-SNAPSHOT/glassfish-embedded-static-shell-frag-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.extras:glassfish-embedded-all >---------- [INFO] Building Embedded GlassFish All-In-One 7.0.0-SNAPSHOT [243/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-embedded-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-embedded-all --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-embedded-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/ejb-mapping/target/cmp-ejb-mapping.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/target/cmp-support-ejb.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-sqlstore/target/cmp-support-sqlstore.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/target/cmp-utility.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/target/cmp-model.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/internal-api/target/cmp-internal-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/generator-database/target/cmp-generator-database.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/target/cmp-enhancer.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/external/dbschema/6.7/dbschema-6.7.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/target/glassfish-naming.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/target/monitoring-core.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-bootstrap/target/gms-bootstrap.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/target/security-ee.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/amx-javaee/target/amx-javaee.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/target/annotation-framework.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/target/container-common.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/target/dol.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-core/target/deployment-javaee-core.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli/target/appserver-cli.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli-optional/target/cli-optional.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/target/admin-core.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-internal-api/target/ejb-internal-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/target/connectors-internal-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-connector/target/orb-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-file-store/target/ha-file-store.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/target/load-balancer-admin.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/backup/target/backup.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/gf-load-balancer-connector/target/gf-load-balancer-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/target/jaspic.provider.framework.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/target/libpam4j.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/target/nucleus-resources.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/target/resources-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api/target/transaction-internal-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.1.0/jakarta.mail-api-2.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/angus/angus-mail/1.0.0/angus-mail-1.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/angus/angus-activation/1.0.0/angus-activation-1.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/ibm/jbatch/com.ibm.jbatch.container/2.1.0-M2-SNAPSHOT/com.ibm.jbatch.container-2.1.0-M2-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/ibm/jbatch/com.ibm.jbatch.spi/2.1.0-M2-SNAPSHOT/com.ibm.jbatch.spi-2.1.0-M2-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-connector/target/concurrent-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/target/concurrent-impl.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-full/target/deployment-javaee-full.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/target/glassfish-batch-commands.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-connector/target/glassfish-batch-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-full-container/target/ejb-full-container.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/ejb.security/target/ejb.security.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-enabler/target/orb-enabler.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/target/orb-iiop.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/target/glassfish-mbeanserver.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/target/amx-core.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-client/target/ejb-client.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/target/ejb-container.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-connector/target/gf-ejb-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/javaee-kernel/target/javaee-kernel.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2/aopalliance-repackaged-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-core/3.0.2/hk2-core-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.2/hk2-api-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/target/hk2-config.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-runlevel/3.0.2/hk2-runlevel-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.2/hk2-locator-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/3.0.2/hk2-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/class-model/3.0.2/class-model-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.2/hk2-utils-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator-cdi/7.0.1.Final/hibernate-validator-cdi-7.0.1.Final.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/target/connectors-admin.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/target/connectors-runtime.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/target/gf-connectors-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-ee-api/target/glassfish-ee-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/target/mail-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/target/mail-runtime.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-config/target/jdbc-config.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/target/resources-runtime.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/work-management/target/work-management.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/cdi-api-fragment/target/cdi-api-fragment.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-weld-connector/target/gf-weld-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jboss/weld/weld-osgi-bundle/5.0.0.Alpha2/weld-osgi-bundle-5.0.0.Alpha2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/target/weld-integration.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-fragment/target/weld-integration-fragment.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/target/jdbc-admin.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/target/jdbc-runtime.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-inbound-runtime/target/connectors-inbound-runtime.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-connector/target/gf-jms-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-injection/target/gf-jms-injection.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin/target/jms-admin.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jms-core/target/jms-core.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/gf-jpa-connector/target/gf-jpa-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/oracle-jdbc-driver-packages/target/glassfish-oracle-jdbc-driver-packages.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/target/jpa-container.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.0-M1/org.eclipse.persistence.core-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.0-M1/org.eclipse.persistence.jpa-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.0-M1/org.eclipse.persistence.jpa.jpql-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.0-M1/org.eclipse.persistence.jpa.modelgen.processor-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.0-M1/org.eclipse.persistence.moxy-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.0-M1/org.eclipse.persistence.dbws-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.0-M1/org.eclipse.persistence.oracle-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/target/persistence-common.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jakarta.faces/4.0.0-M2/jakarta.faces-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/target/jta.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/target/jts.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/gf-restadmin-connector/target/gf-restadmin-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-client/target/rest-client.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/rest-service.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/target/admin-cli.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/target/admin-util.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/target/common-util.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/target/config-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/target/config-types.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/target/deployment-admin.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/target/deployment-autodeploy.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/target/deployment-common.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/target/internal-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/target/glassfish-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher/target/launcher.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/target/logging.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/target/scattered-archive-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/target/flashlight-framework.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent/target/flashlight-agent.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/flashlight-extra-jdk-packages/target/flashlight-extra-jdk-packages.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/target/server-mgmt.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/target/kernel.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/target/glassfish.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/target/api-exporter.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-adapter/3.0.2/osgi-adapter-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/target/security.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/target/security-services.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/target/ssl-impl.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-web-connector/target/gf-web-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/target/jsf-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jspcaching-connector/target/jspcaching-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jstl-connector/target/jstl-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-ejb-component-provider/target/jersey-ejb-component-provider.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-mvc-connector/target/jersey-mvc-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/target/stats77.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin/target/web-cli.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/target/web-core.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/api/target/web-embed-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/target/web-glue.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gui-plugin-common/target/web-gui-plugin-common.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-ha/target/web-ha.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/target/web-naming.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse/target/web-sse.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/target/war-util.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/target/websecurity.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.0-M2/jersey-media-moxy-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.0-M2/jersey-cdi1x-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.0-M2/jersey-cdi1x-servlet-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.1.0-M2/jersey-cdi1x-transaction-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.0-M2/jersey-container-servlet-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.0-M2/jersey-container-servlet-core-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.0-M2/jersey-media-json-processing-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.0-M2/jersey-mvc-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.0-M2/jersey-mvc-jsp-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.0-M2/jersey-server-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.0-M2/jersey-client-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.0-M2/jersey-container-grizzly2-http-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.0-M2/jersey-media-jaxb-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.0-M2/jersey-media-json-jettison-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.0-M2/jersey-media-json-jackson-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.0-M2/jersey-media-sse-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.0-M2/jersey-media-multipart-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.0-M2/jersey-bean-validation-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.0-M2/jersey-entity-filtering-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.0-M2/jersey-common-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.0-M2/jersey-hk2-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.0-M2/jersey-media-json-binding-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/target/jackson-module-jaxb-annotations.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/yasson/2.0.3/yasson-2.0.3.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-glue/target/metro-glue.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector/target/webservices-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/target/jsr109-impl.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/target/soap-tcp.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/4.0.0-M2/jaxb-osgi-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/metro/webservices-osgi/4.0.0-M2/webservices-osgi-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/metro/webservices-extra-jdk-packages/4.0.0-M2/webservices-extra-jdk-packages-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/metro/webservices-api-osgi/4.0.0-M2/webservices-api-osgi-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/target/webservices.security.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/apache/santuario/xmlsec/2.1.7/xmlsec-2.1.7.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/woodstox/woodstox-core/6.2.7/woodstox-core-6.2.7.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/target/gf-client-module.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config/target/acc-config.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/connector/target/appclient-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/core/target/appclient-server-core.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/target/appclient.security.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/target/tiger-types.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/exousia/exousia/2.1.0-M1/exousia-2.1.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.1/jakarta.validation-api-3.0.1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.1.0-RC1/jakarta.persistence-api-3.1.0-RC1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/2.0.1-RC1/jakarta.interceptor-api-2.0.1-RC1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/authorization/jakarta.authorization-api/2.1.0-RC1/jakarta.authorization-api-2.1.0-RC1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/batch/jakarta.batch-api/2.1.0-M1/jakarta.batch-api-2.1.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1.MR/jakarta.inject-api-2.0.1.MR.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.0.Beta3/jakarta.enterprise.cdi-api-4.0.0.Beta3.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.0.Beta3/jakarta.enterprise.lang-model-4.0.0.Beta3.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.0/jakarta.annotation-api-2.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.1.0/jakarta.servlet.jsp-api-3.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/wasp/wasp/3.1.0-M1/wasp-3.1.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/3.0.0-SNAPSHOT/jakarta.servlet.jsp.jstl-api-3.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/web/jakarta.servlet.jsp.jstl/3.0.0-SNAPSHOT/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/5.0.0/jakarta.el-api-5.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jakarta.el/5.0.0-M1/jakarta.el-5.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0-RC3/jakarta.xml.bind-api-4.0.0-RC3.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unzip-dependencies-with-jars) @ glassfish-embedded-all --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/dtds/target/nucleus-dtds.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/schemas/target/nucleus-schemas.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/schemas/target/appserver-schemas.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-databases/target/ejb-timer-databases.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/descriptors/target/descriptors.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra/target/jmsra.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/dist-frag/target/javaee-frag.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/dist-frag/target/appserv-rt-frag.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/glassfish-embedded-shell-frag.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/glassfish-embedded-static-shell-frag.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/webservices-scripts/target/webservices-scripts.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-fragments/target/metro-fragments.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/jars/javadb with includes "**/lib/**,**/bin/**" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unzip-mq) @ glassfish-embedded-all --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/mq/mq-distribution/6.3.0-M1/mq-distribution-6.3.0-M1.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-__cp_jdbc_ra.rar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-__dm_jdbc_ra.rar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-__ds_jdbc_ra.rar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-__xa_jdbc_ra.rar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-jmsra.rar [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 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.8.1:testCompile (default-testCompile) @ glassfish-embedded-all --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes/META-INF for [INFO] [echo] glassfish-embedded-all [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2: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] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/glassfish-embedded-all.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes with assembly file: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/glassfish-embedded-all.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-embedded-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-all --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/glassfish-embedded-all.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-all/7.0.0-SNAPSHOT/glassfish-embedded-all-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-all/7.0.0-SNAPSHOT/glassfish-embedded-all-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.extras:glassfish-embedded-nucleus >-------- [INFO] Building Embedded GlassFish nucleus 7.0.0-SNAPSHOT [244/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/nucleus [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-embedded-nucleus --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-embedded-nucleus --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-embedded-nucleus --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.8.1:compile (default-compile) @ 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.8.1:testCompile (default-testCompile) @ glassfish-embedded-nucleus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/nucleus/target/classes/META-INF for [INFO] [echo] glassfish-embedded-nucleus [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/nucleus/target/glassfish-embedded-nucleus.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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-M5:integration-test (integration-test) @ glassfish-embedded-nucleus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-nucleus --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/nucleus/target/glassfish-embedded-nucleus.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-nucleus/7.0.0-SNAPSHOT/glassfish-embedded-nucleus-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/nucleus/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-nucleus/7.0.0-SNAPSHOT/glassfish-embedded-nucleus-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.extras:glassfish-embedded-web >---------- [INFO] Building Embedded GlassFish Web 7.0.0-SNAPSHOT [245/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-embedded-web --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-embedded-web --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-embedded-web --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-jar-dependencies) @ glassfish-embedded-web --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.2/aopalliance-repackaged-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-core/3.0.2/hk2-core-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.2/hk2-api-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/target/hk2-config.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-runlevel/3.0.2/hk2-runlevel-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.2/hk2-locator-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/3.0.2/hk2-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/class-model/3.0.2/class-model-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.2/hk2-utils-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.1.Final/hibernate-validator-cdi-7.0.1.Final.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1.MR/jakarta.inject-api-2.0.1.MR.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/target/admin-cli.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/target/admin-util.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/target/common-util.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/target/config-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/target/config-types.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/target/deployment-admin.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/target/deployment-autodeploy.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/target/deployment-common.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/target/internal-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/target/glassfish-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher/target/launcher.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/target/logging.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/target/scattered-archive-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/target/flashlight-framework.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent/target/flashlight-agent.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/flashlight-extra-jdk-packages/target/flashlight-extra-jdk-packages.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/target/server-mgmt.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/target/kernel.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/target/glassfish.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/target/api-exporter.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-adapter/3.0.2/osgi-adapter-3.0.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/target/security.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/target/security-services.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/target/ssl-impl.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.0/jakarta.annotation-api-2.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/target/glassfish-naming.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/target/monitoring-core.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-bootstrap/target/gms-bootstrap.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/cli/target/cluster-cli.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/target/cluster-admin.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/target/cluster-common.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh/target/cluster-ssh.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/target/gms-adapter.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/gf-restadmin-connector/target/gf-restadmin-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-client/target/rest-client.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/rest-service.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/target/security-ee.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/amx-javaee/target/amx-javaee.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/target/annotation-framework.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/target/container-common.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/target/dol.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-core/target/deployment-javaee-core.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli/target/appserver-cli.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli-optional/target/cli-optional.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/target/admin-core.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-internal-api/target/ejb-internal-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/target/connectors-internal-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-connector/target/orb-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-file-store/target/ha-file-store.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/target/load-balancer-admin.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/backup/target/backup.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/gf-load-balancer-connector/target/gf-load-balancer-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/target/jaspic.provider.framework.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/target/libpam4j.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/target/nucleus-resources.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/target/resources-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/authorization/jakarta.authorization-api/2.1.0-RC1/jakarta.authorization-api-2.1.0-RC1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api/target/transaction-internal-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.1.0/jakarta.mail-api-2.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/angus/angus-mail/1.0.0/angus-mail-1.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/angus/angus-activation/1.0.0/angus-activation-1.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.1.0-RC1/jakarta.persistence-api-3.1.0-RC1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/2.0.1-RC1/jakarta.interceptor-api-2.0.1-RC1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/target/connectors-admin.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/target/connectors-runtime.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/target/gf-connectors-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-ee-api/target/glassfish-ee-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/target/mail-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/target/mail-runtime.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-config/target/jdbc-config.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/target/resources-runtime.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/work-management/target/work-management.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/gf-jpa-connector/target/gf-jpa-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/oracle-jdbc-driver-packages/target/glassfish-oracle-jdbc-driver-packages.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/target/jpa-container.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.0-M1/org.eclipse.persistence.core-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.0-M1/org.eclipse.persistence.jpa-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.0-M1/org.eclipse.persistence.jpa.jpql-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/4.0.0-M1/org.eclipse.persistence.jpa.modelgen.processor-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.0-M1/org.eclipse.persistence.moxy-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.0-M1/org.eclipse.persistence.dbws-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.0-M1/org.eclipse.persistence.oracle-4.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/target/persistence-common.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/target/jta.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/target/jts.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-client/target/ejb-client.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/target/ejb-container.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-connector/target/gf-ejb-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/javaee-kernel/target/javaee-kernel.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jakarta.faces/4.0.0-M2/jakarta.faces-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-web-connector/target/gf-web-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/target/jsf-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jspcaching-connector/target/jspcaching-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jstl-connector/target/jstl-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-ejb-component-provider/target/jersey-ejb-component-provider.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-mvc-connector/target/jersey-mvc-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/target/stats77.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin/target/web-cli.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/target/web-core.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/api/target/web-embed-api.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/target/web-glue.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gui-plugin-common/target/web-gui-plugin-common.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-ha/target/web-ha.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/target/web-naming.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse/target/web-sse.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/target/war-util.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.1.0/jakarta.servlet.jsp-api-3.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/wasp/wasp/3.1.0-M1/wasp-3.1.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/3.0.0-SNAPSHOT/jakarta.servlet.jsp.jstl-api-3.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/web/jakarta.servlet.jsp.jstl/3.0.0-SNAPSHOT/jakarta.servlet.jsp.jstl-3.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/5.0.0/jakarta.el-api-5.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jakarta.el/5.0.0-M1/jakarta.el-5.0.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/target/websecurity.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.0.Beta3/jakarta.enterprise.cdi-api-4.0.0.Beta3.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.0.Beta3/jakarta.enterprise.lang-model-4.0.0.Beta3.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/cdi-api-fragment/target/cdi-api-fragment.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-weld-connector/target/gf-weld-connector.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jboss/weld/weld-osgi-bundle/5.0.0.Alpha2/weld-osgi-bundle-5.0.0.Alpha2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/target/weld-integration.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-fragment/target/weld-integration-fragment.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/target/jdbc-admin.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/target/jdbc-runtime.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.0-M2/jersey-media-moxy-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.0-M2/jersey-cdi1x-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.0-M2/jersey-cdi1x-servlet-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.0-M2/jersey-cdi1x-transaction-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.0-M2/jersey-container-servlet-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.0-M2/jersey-container-servlet-core-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.0-M2/jersey-media-json-processing-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.0-M2/jersey-mvc-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.0-M2/jersey-mvc-jsp-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.0-M2/jersey-server-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.0-M2/jersey-client-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.0-M2/jersey-container-grizzly2-http-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.0-M2/jersey-media-jaxb-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.0-M2/jersey-media-json-jettison-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.0-M2/jersey-media-json-jackson-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.0-M2/jersey-media-sse-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.0-M2/jersey-media-multipart-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.0-M2/jersey-bean-validation-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.0-M2/jersey-entity-filtering-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.0-M2/jersey-common-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.0-M2/jersey-hk2-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.1.0-M2/jersey-media-json-binding-3.1.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/target/jackson-module-jaxb-annotations.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/yasson/2.0.3/yasson-2.0.3.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/target/tiger-types.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unzip-dependencies-with-jars) @ glassfish-embedded-web --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/dtds/target/nucleus-dtds.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/schemas/target/nucleus-schemas.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/schemas/target/appserver-schemas.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/dist-frag/target/javaee-frag.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/dist-frag/target/appserv-rt-frag.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/glassfish-embedded-shell-frag.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/glassfish-embedded-static-shell-frag.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/descriptors/target/descriptors.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/jars/javadb with includes "**/lib/**,**/bin/**" 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/rars/glassfish-embedded-web-__xa_jdbc_ra.rar [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 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.8.1:testCompile (default-testCompile) @ glassfish-embedded-web --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes/META-INF for [INFO] [echo] glassfish-embedded-web [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (generate-inhabitants) @ glassfish-embedded-web --- [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] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/glassfish-embedded-web.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes with assembly file: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/glassfish-embedded-web.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-embedded-web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-web --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/glassfish-embedded-web.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-web/7.0.0-SNAPSHOT/glassfish-embedded-web-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-web/7.0.0-SNAPSHOT/glassfish-embedded-web-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.extras:embedded >----------------- [INFO] Building GlassFish Embedded modules 7.0.0-SNAPSHOT [246/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ embedded --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ embedded --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ embedded --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ embedded --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/target/classes/META-INF for [INFO] [echo] embedded [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ embedded --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ embedded --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-embedded-checkstyle) @ embedded --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ embedded --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/embedded/7.0.0-SNAPSHOT/embedded-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.extras:tests-embedded >-------------- [INFO] Building GlassFish Embedded Modules - Tests 7.0.0-SNAPSHOT [247/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/tests [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ tests-embedded --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ tests-embedded --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ tests-embedded --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/tests/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/tests/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tests-embedded --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/tests/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tests-embedded --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/tests/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/tests/target/classes/META-INF for [INFO] [echo] tests-embedded [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/tests/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tests-embedded --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/tests/target/tests-embedded.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ tests-embedded --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tests-embedded --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/tests/target/tests-embedded.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/tests-embedded/7.0.0-SNAPSHOT/tests-embedded-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/tests-embedded/7.0.0-SNAPSHOT/tests-embedded-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.admingui:dataprovider >-------------- [INFO] Building DataProvider 7.0.0-SNAPSHOT [248/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dataprovider --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dataprovider [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ dataprovider --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ dataprovider --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ dataprovider --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dataprovider/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ dataprovider --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dataprovider/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ dataprovider --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ dataprovider --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dataprovider/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dataprovider --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dataprovider/target/classes/META-INF for [INFO] [echo] dataprovider [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ dataprovider --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dataprovider/target/dataprovider.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.3:bundle (osgi-bundle) @ dataprovider --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ dataprovider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ dataprovider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-dataprovider-checkstyle) @ dataprovider --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ dataprovider --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dataprovider/target/dataprovider.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/dataprovider/7.0.0-SNAPSHOT/dataprovider-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dataprovider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/dataprovider/7.0.0-SNAPSHOT/dataprovider-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.main.admingui.connector:gf-admingui-connector >----- [INFO] Building Admin Console Integration 7.0.0-SNAPSHOT [249/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ gf-admingui-connector --- [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) @ gf-admingui-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/gf-admingui-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-admingui-connector --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/gf-admingui-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/gf-admingui-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gf-admingui-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gf-admingui-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gf-admingui-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/gf-admingui-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/gf-admingui-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gf-admingui-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/gf-admingui-connector/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/gf-admingui-connector/target/generated-sources/hk2-config-generator/src/main/java/org/glassfish/admingui/connector/TOCItemInjector.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/gf-admingui-connector/target/generated-sources/hk2-config-generator/src/main/java/org/glassfish/admingui/connector/TOCItemInjector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ gf-admingui-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gf-admingui-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gf-admingui-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-admingui-connector --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/gf-admingui-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gf-admingui-connector --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-admingui-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ gf-admingui-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/gf-admingui-connector/target/gf-admingui-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gf-admingui-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-admingui-connector --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/gf-admingui-connector/target/gf-admingui-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/connector/gf-admingui-connector/7.0.0-SNAPSHOT/gf-admingui-connector-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/gf-admingui-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/connector/gf-admingui-connector/7.0.0-SNAPSHOT/gf-admingui-connector-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.admingui:console-plugin-service >--------- [INFO] Building Admin Console Integration 7.0.0-SNAPSHOT [250/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/plugin-service/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/plugin-service/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-plugin-service --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-plugin-service --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-plugin-service --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/plugin-service/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/plugin-service/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-plugin-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/plugin-service/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ console-plugin-service --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-plugin-service --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-plugin-service --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-plugin-service --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/plugin-service/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-plugin-service --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-plugin-service --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/plugin-service/target/classes/META-INF for [INFO] [echo] console-plugin-service [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ console-plugin-service --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/plugin-service/target/console-plugin-service.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-plugin-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-plugin-service --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/plugin-service/target/console-plugin-service.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-plugin-service/7.0.0-SNAPSHOT/console-plugin-service-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/plugin-service/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-plugin-service/7.0.0-SNAPSHOT/console-plugin-service-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.admingui:admingui >---------------- [INFO] Building Admin Console Packages 7.0.0-SNAPSHOT [251/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ admingui --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ admingui --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ admingui --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ admingui --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/target/classes/META-INF for [INFO] [echo] admingui [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ admingui --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ admingui --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-admingui-checkstyle) @ admingui --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ admingui --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/admingui/7.0.0-SNAPSHOT/admingui-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.admingui:console-common >------------- [INFO] Building Admin Console Common 7.0.0-SNAPSHOT [252/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-common --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-common --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/servlet/DownloadServlet.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/RestUtilHandlers.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/RestUtilHandlers.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ console-common --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-common --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-common --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-common --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ console-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common/target/classes/META-INF for [INFO] [echo] console-common [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ console-common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common/target/console-common.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-common --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common/target/console-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-common/7.0.0-SNAPSHOT/console-common-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-common/7.0.0-SNAPSHOT/console-common-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.admingui:console-core >-------------- [INFO] Building Admin Console Core Jar 7.0.0-SNAPSHOT [253/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-core --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-core --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/src/main/help [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/src/main/java/org/glassfish/admingui/theme/AdminguiThemeContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/src/main/java/org/glassfish/admingui/theme/AdminguiThemeContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ console-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-core --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-core --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-core --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/target/test-classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/target/classes/META-INF for [INFO] [echo] console-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ console-core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/target/console-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-core --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/target/console-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-core/7.0.0-SNAPSHOT/console-core-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-core/7.0.0-SNAPSHOT/console-core-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.admingui:console-concurrent-plugin >-------- [INFO] Building Admin Console Concurrent Plugin 7.0.0-SNAPSHOT [254/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/concurrent/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/concurrent/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-concurrent-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-concurrent-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-concurrent-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-concurrent-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Copying 24 resources [INFO] Copying 37 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/concurrent/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-concurrent-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/concurrent/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ console-concurrent-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-concurrent-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-concurrent-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-concurrent-plugin --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-concurrent-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ console-concurrent-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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/concurrent/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-concurrent-plugin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-concurrent-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/concurrent/target/classes/META-INF for [INFO] [echo] console-concurrent-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ console-concurrent-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/concurrent/target/console-concurrent-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-concurrent-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-concurrent-plugin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/concurrent/target/console-concurrent-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-concurrent-plugin/7.0.0-SNAPSHOT/console-concurrent-plugin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/concurrent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-concurrent-plugin/7.0.0-SNAPSHOT/console-concurrent-plugin-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.admingui:console-cluster-plugin >--------- [INFO] Building Admin Console Clustering Support Plugin 7.0.0-SNAPSHOT [255/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/cluster/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/cluster/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-cluster-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-cluster-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-cluster-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-cluster-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Copying 114 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/cluster/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-cluster-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/cluster/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ console-cluster-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-cluster-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-cluster-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-cluster-plugin --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/cluster/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-cluster-plugin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-cluster-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/cluster/target/classes/META-INF for [INFO] [echo] console-cluster-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ console-cluster-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/cluster/target/console-cluster-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-cluster-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-cluster-plugin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/cluster/target/console-cluster-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-cluster-plugin/7.0.0-SNAPSHOT/console-cluster-plugin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/cluster/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-cluster-plugin/7.0.0-SNAPSHOT/console-cluster-plugin-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---< org.glassfish.main.admingui:console-community-branding-plugin >---- [INFO] Building Admin Console Community Edition Theme Plugin 7.0.0-SNAPSHOT [256/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ console-community-branding-plugin --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/community-theme/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/community-theme/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-community-branding-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-community-branding-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-community-branding-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 17 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/community-theme/src/main/help [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/community-theme/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-community-branding-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/community-theme/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ console-community-branding-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-community-branding-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ console-community-branding-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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/community-theme/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-community-branding-plugin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ console-community-branding-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/community-theme/target/console-community-branding-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-community-branding-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-community-branding-plugin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/community-theme/target/console-community-branding-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-community-branding-plugin/7.0.0-SNAPSHOT/console-community-branding-plugin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/community-theme/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-community-branding-plugin/7.0.0-SNAPSHOT/console-community-branding-plugin-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.admingui:console-web-plugin >----------- [INFO] Building Admin Console Web Container Plugin 7.0.0-SNAPSHOT [257/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/web/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/web/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-web-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-web-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-web-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-web-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Copying 84 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/web/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-web-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/web/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/web/src/main/java/org/glassfish/web/admingui/handlers/WebHandlers.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/web/src/main/java/org/glassfish/web/admingui/handlers/WebHandlers.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ console-web-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-web-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-web-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-web-plugin --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/web/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-web-plugin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-web-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/web/target/classes/META-INF for [INFO] [echo] console-web-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ console-web-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/web/target/console-web-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-web-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-web-plugin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/web/target/console-web-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-web-plugin/7.0.0-SNAPSHOT/console-web-plugin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-web-plugin/7.0.0-SNAPSHOT/console-web-plugin-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.admingui:console-jts-plugin >----------- [INFO] Building Admin Console JTS Plugin 7.0.0-SNAPSHOT [258/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jts/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jts/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-jts-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-jts-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-jts-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-jts-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Copying 7 resources [INFO] Copying 17 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jts/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-jts-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jts/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ console-jts-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-jts-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-jts-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-jts-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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jts/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-jts-plugin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-jts-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jts/target/classes/META-INF for [INFO] [echo] console-jts-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ console-jts-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jts/target/console-jts-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-jts-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-jts-plugin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jts/target/console-jts-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jts-plugin/7.0.0-SNAPSHOT/console-jts-plugin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jts-plugin/7.0.0-SNAPSHOT/console-jts-plugin-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.admingui:console-jdbc-plugin >----------- [INFO] Building Admin Console JDBC Plugin 7.0.0-SNAPSHOT [259/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ console-jdbc-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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jdbc/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jdbc/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-jdbc-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-jdbc-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-jdbc-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jdbc/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-jdbc-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jdbc/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ console-jdbc-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-jdbc-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-jdbc-plugin --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ console-jdbc-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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jdbc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-jdbc-plugin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ console-jdbc-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-jdbc-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jdbc/target/classes/META-INF for [INFO] [echo] console-jdbc-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ console-jdbc-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jdbc/target/console-jdbc-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-jdbc-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-jdbc-plugin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jdbc/target/console-jdbc-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jdbc-plugin/7.0.0-SNAPSHOT/console-jdbc-plugin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jdbc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jdbc-plugin/7.0.0-SNAPSHOT/console-jdbc-plugin-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.admingui:console-jca-plugin >----------- [INFO] Building Admin Console Connectors Plugin 7.0.0-SNAPSHOT [260/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jca/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jca/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-jca-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-jca-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-jca-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-jca-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jca/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-jca-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jca/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jca/src/main/java/org/glassfish/jca/admingui/handlers/ConnectorsHandlers.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jca/src/main/java/org/glassfish/jca/admingui/handlers/ConnectorsHandlers.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ console-jca-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-jca-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-jca-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-jca-plugin --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jca/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-jca-plugin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-jca-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jca/target/classes/META-INF for [INFO] [echo] console-jca-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ console-jca-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jca/target/console-jca-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-jca-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-jca-plugin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jca/target/console-jca-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jca-plugin/7.0.0-SNAPSHOT/console-jca-plugin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jca/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jca-plugin/7.0.0-SNAPSHOT/console-jca-plugin-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.admingui:console-jms-plugin >----------- [INFO] Building Admin Console JMS Plugin 7.0.0-SNAPSHOT [261/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jms-plugin/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jms-plugin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-jms-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-jms-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-jms-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-jms-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jms-plugin/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-jms-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jms-plugin/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jms-plugin/src/main/java/org/glassfish/admingui/plugin/jms/JmsHandlers.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jms-plugin/src/main/java/org/glassfish/admingui/plugin/jms/JmsHandlers.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ console-jms-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-jms-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-jms-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-jms-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (bundle-manifest) @ console-jms-plugin --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jms-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-jms-plugin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-jms-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jms-plugin/target/classes/META-INF for [INFO] [echo] console-jms-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ console-jms-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jms-plugin/target/console-jms-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-jms-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-jms-plugin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jms-plugin/target/console-jms-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jms-plugin/7.0.0-SNAPSHOT/console-jms-plugin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jms-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jms-plugin/7.0.0-SNAPSHOT/console-jms-plugin-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.admingui:console-ejb-plugin >----------- [INFO] Building Admin Console EJB Container Plugin 7.0.0-SNAPSHOT [262/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-ejb-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-ejb-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-ejb-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-ejb-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-ejb-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ console-ejb-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-ejb-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-ejb-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-ejb-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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-ejb-plugin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-ejb-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb/target/classes/META-INF for [INFO] [echo] console-ejb-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ console-ejb-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb/target/console-ejb-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-ejb-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-ejb-plugin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb/target/console-ejb-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-ejb-plugin/7.0.0-SNAPSHOT/console-ejb-plugin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-ejb-plugin/7.0.0-SNAPSHOT/console-ejb-plugin-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.admingui:console-ejb-lite-plugin >--------- [INFO] Building Admin Console EJB Local (Lite) Plugin 7.0.0-SNAPSHOT [263/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb-lite/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb-lite/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-ejb-lite-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-ejb-lite-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-ejb-lite-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb-lite/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-ejb-lite-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb-lite/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ console-ejb-lite-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-ejb-lite-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-ejb-lite-plugin --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ console-ejb-lite-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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb-lite/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-ejb-lite-plugin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ console-ejb-lite-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb-lite/target/console-ejb-lite-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-ejb-lite-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-ejb-lite-plugin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb-lite/target/console-ejb-lite-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-ejb-lite-plugin/7.0.0-SNAPSHOT/console-ejb-lite-plugin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb-lite/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-ejb-lite-plugin/7.0.0-SNAPSHOT/console-ejb-lite-plugin-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.admingui:console-corba-plugin >---------- [INFO] Building Admin Console Corba Plugin 7.0.0-SNAPSHOT [264/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/corba/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/corba/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-corba-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-corba-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-corba-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-corba-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/corba/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-corba-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/corba/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ console-corba-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-corba-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-corba-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-corba-plugin --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/corba/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-corba-plugin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-corba-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/corba/target/classes/META-INF for [INFO] [echo] console-corba-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ console-corba-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/corba/target/console-corba-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-corba-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-corba-plugin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/corba/target/console-corba-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-corba-plugin/7.0.0-SNAPSHOT/console-corba-plugin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/corba/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-corba-plugin/7.0.0-SNAPSHOT/console-corba-plugin-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.admingui:console-common-full-plugin >------- [INFO] Building Admin Console Full distribution plugin 7.0.0-SNAPSHOT [265/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/full/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/full/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ console-common-full-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ console-common-full-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ console-common-full-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ console-common-full-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/full/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ console-common-full-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/full/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/full/src/main/java/org/glassfish/full/admingui/handlers/JndiHandlers.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/full/src/main/java/org/glassfish/full/admingui/handlers/JndiHandlers.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ console-common-full-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ console-common-full-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ console-common-full-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-common-full-plugin --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/full/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ console-common-full-plugin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ console-common-full-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/full/target/classes/META-INF for [INFO] [echo] console-common-full-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ console-common-full-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/full/target/console-common-full-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ console-common-full-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-common-full-plugin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/full/target/console-common-full-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-common-full-plugin/7.0.0-SNAPSHOT/console-common-full-plugin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/full/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-common-full-plugin/7.0.0-SNAPSHOT/console-common-full-plugin-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.admingui:war >------------------- [INFO] Building Admin Console WAR 7.0.0-SNAPSHOT [266/294] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ war --- [INFO] [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ war --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ war --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ war --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ war --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ war --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ war --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ war --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/classes/META-INF for [INFO] [echo] war [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (prepare-extra-dependencies) @ war --- [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/extra-dependencies/dojo-ajax-nodemo-1.12.4.jar [INFO] Copying json-2.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/extra-dependencies/json-2.0.jar [INFO] Copying prototype-1.7.3.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/extra-dependencies/woodstock-webui-jsf-suntheme-5.0.0.jar [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ war --- [INFO] Packaging webapp [INFO] Assembling webapp [war] in [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/admingui] [INFO] Processing war project [INFO] Copying webapp webResources [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/src/main/webapp] to [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/admingui] [INFO] Copying webapp webResources [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/extra-dependencies] to [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/admingui] [INFO] Copying webapp resources [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/admingui.war [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ war --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ war --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-war-checkstyle) @ war --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ war --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/admingui.war to /home/jenkins/.m2/repository/org/glassfish/main/admingui/war/7.0.0-SNAPSHOT/war-7.0.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/war/7.0.0-SNAPSHOT/war-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.admingui:dist-fragment >-------------- [INFO] Building Admin Console Install Fragment for Web distro 7.0.0-SNAPSHOT [267/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dist-fragment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ dist-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ dist-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ dist-fragment --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ dist-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dist-fragment/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-admingui) @ dist-fragment --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/admingui.war to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dist-fragment/target/classes/glassfish/lib/install/applications/__admingui with includes "" and excludes "" [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dist-fragment/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dist-fragment/src/main/help [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dist-fragment/target/classes/META-INF for [INFO] [echo] dist-fragment [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dist-fragment/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dist-fragment/target/dist-fragment.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ dist-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ dist-fragment --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dist-fragment/target/dist-fragment.zip to /home/jenkins/.m2/repository/org/glassfish/main/admingui/dist-fragment/7.0.0-SNAPSHOT/dist-fragment-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dist-fragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/dist-fragment/7.0.0-SNAPSHOT/dist-fragment-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.extras:glassfish-embedded-shell-jar >------- [INFO] Building Embedded GlassFish Shell Jars 7.0.0-SNAPSHOT [268/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-embedded-shell-jar --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-embedded-shell-jar --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-embedded-shell-jar --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-embedded-shell-jar --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-shell-jar --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-shell-jar/7.0.0-SNAPSHOT/glassfish-embedded-shell-jar-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.featuresets:featuresets >------------- [INFO] Building Glassfish featuresets 7.0.0-SNAPSHOT [269/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ featuresets --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ featuresets --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ featuresets --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/target/classes/META-INF for [INFO] [echo] featuresets [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ featuresets --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ featuresets --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.featuresets-featuresets-checkstyle) @ featuresets --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ featuresets --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/featuresets/7.0.0-SNAPSHOT/featuresets-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.featuresets:web >----------------- [INFO] Building Glassfish Web Featureset 7.0.0-SNAPSHOT [270/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/web [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ web --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ web --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ web --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/web/target/classes/META-INF for [INFO] [echo] web [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/web/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.featuresets-web-checkstyle) @ web --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/web/7.0.0-SNAPSHOT/web-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.appclient:gf-client >--------------- [INFO] Building Client Library (including ACC) 7.0.0-SNAPSHOT [271/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-standalone/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-standalone/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ gf-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ gf-client --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ gf-client --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-standalone/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gf-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-standalone/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ gf-client --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ gf-client --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ gf-client --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-client --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-standalone/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gf-client --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-client --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ gf-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-client --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-standalone/target/classes/META-INF for [INFO] [echo] gf-client [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ gf-client --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-standalone/target/gf-client.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ gf-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-client --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-standalone/target/gf-client.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/gf-client/7.0.0-SNAPSHOT/gf-client-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-standalone/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/gf-client/7.0.0-SNAPSHOT/gf-client-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.appclient:appclient-scripts >----------- [INFO] Building GlassFish appclient scripts 7.0.0-SNAPSHOT [272/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/appclient-scripts [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ appclient-scripts --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ appclient-scripts --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ appclient-scripts --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/appclient-scripts/target/classes/META-INF for [INFO] [echo] appclient-scripts [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/appclient-scripts/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/appclient-scripts/target/appclient-scripts.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ appclient-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appclient-scripts --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/appclient-scripts/target/appclient-scripts.zip to /home/jenkins/.m2/repository/org/glassfish/main/appclient/appclient-scripts/7.0.0-SNAPSHOT/appclient-scripts-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/appclient-scripts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/appclient-scripts/7.0.0-SNAPSHOT/appclient-scripts-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.featuresets:glassfish >-------------- [INFO] Building Glassfish Featureset 7.0.0-SNAPSHOT [273/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/glassfish [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/glassfish/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/glassfish/target/classes/META-INF for [INFO] [echo] glassfish [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/glassfish/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.featuresets-glassfish-checkstyle) @ glassfish --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/glassfish/7.0.0-SNAPSHOT/glassfish-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.distributions:distributions >----------- [INFO] Building Glassfish distributions 7.0.0-SNAPSHOT [274/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ distributions --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ distributions --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ distributions --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ distributions --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ distributions --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ distributions --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ distributions --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/target/dependency/META-INF for [INFO] [echo] distributions [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/target/dependency/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ distributions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ distributions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.distributions-distributions-checkstyle) @ distributions --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ distributions --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/distributions/7.0.0-SNAPSHOT/distributions-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.distributions:glassfish-common >---------- [INFO] Building GlassFish distribution Common module 7.0.0-SNAPSHOT [275/294] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ glassfish-common --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish-common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- git-commit-id-maven-plugin:5.0.0:revision (get-the-git-infos) @ glassfish-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-common --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish-common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-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] Copying 7 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish-common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:featuresets-dependencies (default-featuresets-dependencies) @ glassfish-common --- [INFO] Unpacking org.glassfish.main.distributions:nucleus-common:zip:7.0.0-SNAPSHOT to target/dependency/nucleus-common [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish-common/target/dependency/META-INF for [INFO] [echo] glassfish-common [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish-common/target/glassfish-common.zip [INFO] [zip] glassfish7/glassfish/config/asenv.bat already added, skipping [INFO] [zip] glassfish7/glassfish/config/asenv.conf already added, skipping [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-common --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish-common/target/glassfish-common.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish-common/7.0.0-SNAPSHOT/glassfish-common-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish-common/7.0.0-SNAPSHOT/glassfish-common-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.distributions:web >---------------- [INFO] Building Glassfish Web Profile Distribution 7.0.0-SNAPSHOT [276/294] [INFO] -----------------------[ glassfish-distribution ]----------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ web --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ web --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ web --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.glassfish.main.admin:appserver-domain:jar:7.0.0-SNAPSHOT to target/dependency/appserver-domain.jar [INFO] Copying org.glassfish.hk2:hk2-utils:jar:3.0.2 to target/dependency/hk2-utils.jar [INFO] Copying jakarta.servlet:jakarta.servlet-api:jar:6.0.0 to target/dependency/jakarta.servlet-api.jar [INFO] Copying org.glassfish:jakarta.faces:jar:4.0.0-M2 to target/dependency/jakarta.faces.jar [INFO] Copying org.glassfish.main.admin:cli-optional:jar:7.0.0-SNAPSHOT to target/dependency/cli-optional.jar [INFO] Copying org.apache.felix:org.apache.felix.main:jar:7.0.3 to target/dependency/felix.jar [INFO] Copying org.glassfish.main.web:cdi-api-fragment:jar:7.0.0-SNAPSHOT to target/dependency/cdi-api-fragment.jar [INFO] Copying org.glassfish.main.web:jersey-mvc-connector:jar:7.0.0-SNAPSHOT to target/dependency/jersey-mvc-connector.jar [INFO] Copying org.glassfish.main.ejb:ejb-internal-api:jar:7.0.0-SNAPSHOT to target/dependency/ejb-internal-api.jar [INFO] Copying org.glassfish.hk2:hk2-runlevel:jar:3.0.2 to target/dependency/hk2-runlevel.jar [INFO] Copying com.fasterxml:classmate:jar:1.5.1 to target/dependency/classmate.jar [INFO] Copying org.glassfish.main.deployment:deployment-admin:jar:7.0.0-SNAPSHOT to target/dependency/deployment-admin.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-multipart:jar:3.1.0-M2 to target/dependency/jersey-media-multipart.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-container:jar:7.0.0-SNAPSHOT to target/dependency/osgi-container.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:jar:3.1.0-M2 to target/dependency/jersey-cdi1x-transaction.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.core:logging:jar:7.0.0-SNAPSHOT to target/dependency/logging.jar [INFO] Copying org.glassfish.main.admin:gf-restadmin-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-restadmin-connector.jar [INFO] Unpacking org.glassfish.main.deployment:appserver-schemas:zip:7.0.0-SNAPSHOT to target/dependency/appserver-schemas [INFO] Unpacking org.glassfish.main.deployment:nucleus-dtds:zip:7.0.0-SNAPSHOT to target/dependency/nucleus-dtds [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.1.0-M2 to target/dependency/jersey-media-json-jettison.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-api:jar:2.0.0 to target/dependency/grizzly-npn-api.jar [INFO] Copying org.glassfish.main.ha:ha-shoal-cache-store:jar:7.0.0-SNAPSHOT to target/dependency/ha-shoal-cache-store.jar [INFO] Copying org.glassfish.external:schema2beans:jar:6.7 to target/dependency/schema2beans.jar [INFO] Copying org.glassfish.hk2:osgi-adapter:jar:3.0.2 to target/dependency/osgi-adapter.jar [INFO] Unpacking org.glassfish.main.admingui:war:war:7.0.0-SNAPSHOT to target/dependency/war [INFO] Copying com.fasterxml.jackson.core:jackson-core:jar:2.13.1 to target/dependency/jackson-core.jar [INFO] Copying org.glassfish.main.loadbalancer:load-balancer-admin:jar:7.0.0-SNAPSHOT to target/dependency/load-balancer-admin.jar [INFO] Copying org.glassfish.main.admin:admin-cli:jar:7.0.0-SNAPSHOT to target/dependency/admin-cli.jar [INFO] Copying org.glassfish:jsonp-jaxrs:jar:2.0.1 to target/dependency/jsonp-jaxrs.jar [INFO] Copying org.glassfish.main.cluster:cluster-admin:jar:7.0.0-SNAPSHOT to target/dependency/cluster-admin.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.dbws:jar:4.0.0-M1 to target/dependency/org.eclipse.persistence.dbws.jar [INFO] Copying org.glassfish.jersey.ext:jersey-mvc-jsp:jar:3.1.0-M2 to target/dependency/jersey-mvc-jsp.jar [INFO] Copying org.glassfish.main.cluster:gms-adapter:jar:7.0.0-SNAPSHOT to target/dependency/gms-adapter.jar [INFO] Copying org.glassfish.main.admingui:console-jdbc-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-jdbc-plugin.jar [INFO] Copying org.glassfish.main.hk2:hk2-config:jar:7.0.0-SNAPSHOT to target/dependency/hk2-config.jar [INFO] Copying org.glassfish:jakarta.el:jar:5.0.0-M1 to target/dependency/jakarta.el.jar [INFO] Copying org.glassfish.main.persistence:persistence-common:jar:7.0.0-SNAPSHOT to target/dependency/persistence-common.jar [INFO] Copying org.glassfish.hk2:class-model:jar:3.0.2 to target/dependency/class-model.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.external:management-api:jar:3.2.3 to target/dependency/management-api.jar [INFO] Copying org.glassfish.main.admin:config-api:jar:7.0.0-SNAPSHOT to target/dependency/config-api.jar [INFO] Copying org.glassfish.main.admingui:console-ejb-lite-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-ejb-lite-plugin.jar [INFO] Copying jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0-RC3 to target/dependency/jakarta.xml.bind-api.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-servlet:jar:2.0.2 to target/dependency/tyrus-container-servlet.jar [INFO] Copying org.glassfish:jakarta.json:jar:2.0.1 to target/dependency/jakarta.json.jar [INFO] Copying org.eclipse.angus:angus-activation:jar:1.0.0 to target/dependency/angus-activation.jar [INFO] Unpacking org.glassfish.main.deployment:appserver-dtds:zip:7.0.0-SNAPSHOT to target/dependency/appserver-dtds [INFO] Copying com.fasterxml.jackson.core:jackson-databind:jar:2.13.1 to target/dependency/jackson-databind.jar [INFO] Copying org.glassfish.main.admin:appserver-cli:jar:7.0.0-SNAPSHOT to target/dependency/appserver-cli.jar [INFO] Copying org.glassfish.main.admin:nucleus-domain:jar:7.0.0-SNAPSHOT to target/dependency/nucleus-domain.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.security:websecurity:jar:7.0.0-SNAPSHOT to target/dependency/websecurity.jar [INFO] Copying org.glassfish.main.security:security:jar:7.0.0-SNAPSHOT to target/dependency/security.jar [INFO] Copying org.glassfish.jersey.core:jersey-common:jar:3.1.0-M2 to target/dependency/jersey-common.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.core:jar:4.0.0-M1 to target/dependency/org.eclipse.persistence.core.jar [INFO] Copying org.ow2.asm:asm-commons:jar:9.2 to target/dependency/asm-commons.jar [INFO] Copying org.glassfish.main.admin:backup:jar:7.0.0-SNAPSHOT to target/dependency/backup.jar [INFO] Copying org.glassfish.main.connectors:connectors-admin:jar:7.0.0-SNAPSHOT to target/dependency/connectors-admin.jar [INFO] Copying org.glassfish.pfl:pfl-tf-tools:jar:4.1.2 to target/dependency/pfl-tf-tools.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor:jar:4.0.0-M1 to target/dependency/org.eclipse.persistence.jpa.modelgen.processor.jar [INFO] Copying org.glassfish.main.web:web-embed-api:jar:7.0.0-SNAPSHOT to target/dependency/web-embed-api.jar [INFO] Copying org.apache.felix:org.apache.felix.fileinstall:jar:3.7.2 to target/dependency/org.apache.felix.fileinstall.jar [INFO] Copying jakarta.authentication:jakarta.authentication-api:jar:2.0.0 to target/dependency/jakarta.authentication-api.jar [INFO] Copying org.glassfish.main.admin:monitoring-core:jar:7.0.0-SNAPSHOT to target/dependency/monitoring-core.jar [INFO] Copying org.glassfish.main.admingui:console-community-branding-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-community-branding-plugin.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.oracle:jar:4.0.0-M1 to target/dependency/org.eclipse.persistence.oracle.jar [INFO] Copying org.glassfish.main.web:jsf-connector:jar:7.0.0-SNAPSHOT to target/dependency/jsf-connector.jar [INFO] Copying jakarta.mail:jakarta.mail-api:jar:2.1.0 to target/dependency/jakarta.mail-api.jar [INFO] Copying org.glassfish.main.connectors:gf-connectors-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-connectors-connector.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-runtime:jar:7.0.0-SNAPSHOT to target/dependency/jdbc-runtime.jar [INFO] Copying org.glassfish.main.cluster:cluster-common:jar:7.0.0-SNAPSHOT to target/dependency/cluster-common.jar [INFO] Copying org.glassfish.main.common:simple-glassfish-api:jar:7.0.0-SNAPSHOT to target/dependency/simple-glassfish-api.jar [INFO] Copying org.hibernate.validator:hibernate-validator:jar:7.0.1.Final to target/dependency/hibernate-validator.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.jersey.media:jersey-media-jaxb:jar:3.1.0-M2 to target/dependency/jersey-media-jaxb.jar [INFO] Copying org.glassfish.tyrus:tyrus-server:jar:2.0.2 to target/dependency/tyrus-server.jar [INFO] Copying org.ow2.asm:asm:jar:9.2 to target/dependency/asm.jar [INFO] Copying org.glassfish.main.security:ssl-impl:jar:7.0.0-SNAPSHOT to target/dependency/ssl-impl.jar [INFO] Copying org.glassfish.main.web:gf-weld-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-weld-connector.jar [INFO] Copying org.glassfish.main.web:weld-integration:jar:7.0.0-SNAPSHOT to target/dependency/weld-integration.jar [INFO] Copying org.glassfish.main.deployment:deployment-javaee-core:jar:7.0.0-SNAPSHOT to target/dependency/deployment-javaee-core.jar [INFO] Copying org.glassfish.jsftemplating:jsftemplating:jar:3.0.0 to target/dependency/jsftemplating.jar [INFO] Copying org.glassfish.jersey.inject:jersey-hk2:jar:3.1.0-M2 to target/dependency/jersey-hk2.jar [INFO] Copying org.glassfish.main.admingui:console-jts-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-jts-plugin.jar [INFO] Copying org.glassfish.pfl:pfl-basic:jar:4.1.2 to target/dependency/pfl-basic.jar [INFO] Copying org.glassfish.main.connectors:connectors-runtime:jar:7.0.0-SNAPSHOT to target/dependency/connectors-runtime.jar [INFO] Copying org.glassfish.main.security:security-services:jar:7.0.0-SNAPSHOT to target/dependency/security-services.jar [INFO] Copying org.glassfish.jersey.core:jersey-server:jar:3.1.0-M2 to target/dependency/jersey-server.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:3.0.0-SNAPSHOT to target/dependency/jakarta.servlet.jsp.jstl-api.jar [INFO] Copying org.glassfish.main.persistence:glassfish-oracle-jdbc-driver-packages:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-oracle-jdbc-driver-packages.jar [INFO] Copying org.glassfish.main.admingui.connector:gf-admingui-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-admingui-connector.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa:jar:4.0.0-M1 to target/dependency/org.eclipse.persistence.jpa.jar [INFO] Copying org.glassfish.main.security:security-ee:jar:7.0.0-SNAPSHOT to target/dependency/security-ee.jar [INFO] Copying org.glassfish.tyrus:tyrus-client:jar:2.0.2 to target/dependency/tyrus-client.jar [INFO] Copying jakarta.resource:jakarta.resource-api:jar:2.0.0 to target/dependency/jakarta.resource-api.jar [INFO] Copying jakarta.annotation:jakarta.annotation-api:jar:2.1.0 to target/dependency/jakarta.annotation-api.jar [INFO] Copying org.glassfish.main.hk2:tiger-types:jar:7.0.0-SNAPSHOT to target/dependency/tiger-types.jar [INFO] Copying org.ow2.asm:asm-analysis:jar:9.2 to target/dependency/asm-analysis.jar [INFO] Copying org.glassfish.main.extras:javaee:jar:7.0.0-SNAPSHOT to target/dependency/javaee.jar [INFO] Unpacking org.glassfish.main.jdbc.jdbc-ra.jdbc-ra-distribution:jdbc-ra:zip:7.0.0-SNAPSHOT to target/dependency/jdbc-ra [INFO] Copying org.glassfish.main.deployment:deployment-autodeploy:jar:7.0.0-SNAPSHOT to target/dependency/deployment-autodeploy.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-extra-jdk-packages:jar:7.0.0-SNAPSHOT to target/dependency/flashlight-extra-jdk-packages.jar [INFO] Copying org.jboss.logging:jboss-logging:jar:3.4.2.Final to target/dependency/jboss-logging.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.1.0-M2 to target/dependency/jersey-cdi1x.jar [INFO] Copying org.glassfish.gmbal:gmbal:jar:4.0.3 to target/dependency/gmbal.jar [INFO] Copying org.glassfish.main.web:jstl-connector:jar:7.0.0-SNAPSHOT to target/dependency/jstl-connector.jar [INFO] Copying org.glassfish.main.admingui:console-cluster-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-cluster-plugin.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:4.0.0-M1 to target/dependency/org.eclipse.persistence.jpa.jpql.jar [INFO] Copying org.eclipse:yasson:jar:2.0.3 to target/dependency/yasson.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.enterprise:jakarta.enterprise.cdi-api:jar:4.0.0.Beta3 to target/dependency/jakarta.enterprise.cdi-api.jar [INFO] Copying jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.0.Beta3 to target/dependency/jakarta.enterprise.lang-model.jar [INFO] Copying org.glassfish.main.common:amx-core:jar:7.0.0-SNAPSHOT to target/dependency/amx-core.jar [INFO] Copying org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.1.0-M2 to target/dependency/jersey-entity-filtering.jar [INFO] Copying org.ow2.asm:asm-tree:jar:9.2 to target/dependency/asm-tree.jar [INFO] Copying org.glassfish.main.web:jersey-ejb-component-provider:jar:7.0.0-SNAPSHOT to target/dependency/jersey-ejb-component-provider.jar [INFO] Copying jakarta.activation:jakarta.activation-api:jar:2.1.0 to target/dependency/jakarta.activation-api.jar [INFO] Copying org.glassfish.main.common:glassfish-api:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-api.jar [INFO] Copying jakarta.el:jakarta.el-api:jar:5.0.0 to target/dependency/jakarta.el-api.jar [INFO] Copying org.glassfish.main.common:annotation-framework:jar:7.0.0-SNAPSHOT to target/dependency/annotation-framework.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.1.0-M2 to target/dependency/jersey-container-grizzly2-http.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.hk2:hk2-core:jar:3.0.2 to target/dependency/hk2-core.jar [INFO] Copying jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 to target/dependency/jakarta.ws.rs-api.jar [INFO] Copying org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 to target/dependency/osgi-resource-locator.jar [INFO] Unpacking org.glassfish.external:derby:zip:10.15.2.0 to target/dependency/derby [INFO] Copying jakarta.inject:jakarta.inject-api:jar:2.0.1.MR to target/dependency/jakarta.inject-api.jar [INFO] Copying org.glassfish.main.ejb:ejb-container:jar:7.0.0-SNAPSHOT to target/dependency/ejb-container.jar [INFO] Copying org.glassfish.main.web:web-gui-plugin-common:jar:7.0.0-SNAPSHOT to target/dependency/web-gui-plugin-common.jar [INFO] Copying org.glassfish.main.core:javaee-kernel:jar:7.0.0-SNAPSHOT to target/dependency/javaee-kernel.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:7.0.0-SNAPSHOT to target/dependency/scattered-archive-api.jar [INFO] Copying org.glassfish.main.admingui:console-jca-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-jca-plugin.jar [INFO] Copying org.glassfish.main.connectors:connectors-internal-api:jar:7.0.0-SNAPSHOT to target/dependency/connectors-internal-api.jar [INFO] Copying org.glassfish.main.cluster:cluster-cli:jar:7.0.0-SNAPSHOT to target/dependency/cluster-cli.jar [INFO] Copying org.glassfish.jersey.core:jersey-client:jar:3.1.0-M2 to target/dependency/jersey-client.jar [INFO] Copying org.glassfish.wasp:wasp:jar:3.1.0-M1 to target/dependency/wasp.jar [INFO] Copying org.glassfish.hk2:hk2-locator:jar:3.0.2 to target/dependency/hk2-locator.jar [INFO] Copying org.glassfish.pfl:pfl-tf:jar:4.1.2 to target/dependency/pfl-tf.jar [INFO] Copying org.glassfish.main.transaction:jta:jar:7.0.0-SNAPSHOT to target/dependency/jta.jar [INFO] Copying org.glassfish.main.resourcebase.resources:nucleus-resources:jar:7.0.0-SNAPSHOT to target/dependency/nucleus-resources.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.1.0-M2 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.security:jaspic.provider.framework:jar:7.0.0-SNAPSHOT to target/dependency/jaspic.provider.framework.jar [INFO] Copying org.eclipse.angus:angus-mail:jar:1.0.0 to target/dependency/angus-mail.jar [INFO] Copying org.glassfish.main.web:web-sse:jar:7.0.0-SNAPSHOT to target/dependency/web-sse.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.ha:ha-file-store:jar:7.0.0-SNAPSHOT to target/dependency/ha-file-store.jar [INFO] Copying org.glassfish.main.admingui:console-common:jar:7.0.0-SNAPSHOT to target/dependency/console-common.jar [INFO] Copying org.jvnet.mimepull:mimepull:jar:1.9.15 to target/dependency/mimepull.jar [INFO] Copying org.apache.felix:org.apache.felix.scr:jar:2.2.0-RC1 to target/dependency/org.apache.felix.scr.jar [INFO] Copying org.glassfish.main.deployment:deployment-common:jar:7.0.0-SNAPSHOT to target/dependency/deployment-common.jar [INFO] Copying org.glassfish.main.extras:glassfish-embedded-static-shell:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-embedded-static-shell.jar [INFO] Copying jakarta.persistence:jakarta.persistence-api:jar:3.1.0-RC1 to target/dependency/jakarta.persistence-api.jar [INFO] Copying org.glassfish.main.common:amx-javaee:jar:7.0.0-SNAPSHOT to target/dependency/amx-javaee.jar [INFO] Copying org.glassfish.main.cluster:gms-bootstrap:jar:7.0.0-SNAPSHOT to target/dependency/gms-bootstrap.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-osgi:jar:2.0.0 to target/dependency/grizzly-npn-osgi.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.main.ejb:ejb-client:jar:7.0.0-SNAPSHOT to target/dependency/ejb-client.jar [INFO] Copying com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1 to target/dependency/jackson-annotations.jar [INFO] Copying org.jboss.weld:weld-osgi-bundle:jar:5.0.0.Alpha2 to target/dependency/weld-osgi-bundle.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-agent:jar:7.0.0-SNAPSHOT to target/dependency/flashlight-agent.jar [INFO] Copying org.glassfish.web:jakarta.servlet.jsp.jstl:jar:3.0.0-SNAPSHOT to target/dependency/jakarta.servlet.jsp.jstl.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-config:jar:7.0.0-SNAPSHOT to target/dependency/jdbc-config.jar [INFO] Copying org.glassfish.main.resources:mail-runtime:jar:7.0.0-SNAPSHOT to target/dependency/mail-runtime.jar [INFO] Unpacking org.glassfish.main.connectors:descriptors:zip:7.0.0-SNAPSHOT to target/dependency/descriptors [INFO] Copying org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.2 to target/dependency/aopalliance-repackaged.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.1.0-M2 to target/dependency/jersey-container-servlet-core.jar [INFO] Copying org.glassfish.pfl:pfl-dynamic:jar:4.1.2 to target/dependency/pfl-dynamic.jar [INFO] Copying org.glassfish.main.web:war-util:jar:7.0.0-SNAPSHOT to target/dependency/war-util.jar [INFO] Copying org.glassfish.corba:rmic:jar:4.2.4 to target/dependency/rmic.jar [INFO] Copying org.glassfish.main.admin:launcher:jar:7.0.0-SNAPSHOT to target/dependency/launcher.jar [INFO] Copying org.glassfish.main.admin:admin-util:jar:7.0.0-SNAPSHOT to target/dependency/admin-util.jar [INFO] Copying org.glassfish.main.jdbc:templates:jar:7.0.0-SNAPSHOT to target/dependency/templates.jar [INFO] Copying org.glassfish.main.ha:ha-shoal-cache-bootstrap:jar:7.0.0-SNAPSHOT to target/dependency/ha-shoal-cache-bootstrap.jar [INFO] Copying org.glassfish.main.core:kernel:jar:7.0.0-SNAPSHOT to target/dependency/kernel.jar [INFO] Copying org.glassfish.main.common:glassfish-ee-api:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-ee-api.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-admin:jar:7.0.0-SNAPSHOT to target/dependency/jdbc-admin.jar [INFO] Copying jakarta.authorization:jakarta.authorization-api:jar:2.1.0-RC1 to target/dependency/jakarta.authorization-api.jar [INFO] Copying org.glassfish.external:jsch:jar:0.1.56 to target/dependency/jsch.jar [INFO] Copying org.glassfish.main.core:glassfish:jar:7.0.0-SNAPSHOT to target/dependency/glassfish.jar [INFO] Copying org.glassfish.main.web:weld-integration-fragment:jar:7.0.0-SNAPSHOT to target/dependency/weld-integration-fragment.jar [INFO] Copying org.ow2.asm:asm-util:jar:9.2 to target/dependency/asm-util.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.jersey.ext.cdi:jersey-cdi1x-servlet:jar:3.1.0-M2 to target/dependency/jersey-cdi1x-servlet.jar [INFO] Copying org.glassfish.main.web:gf-web-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-web-connector.jar [INFO] Copying org.glassfish.main.common:common-util:jar:7.0.0-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.tyrus:tyrus-spi:jar:2.0.2 to target/dependency/tyrus-spi.jar [INFO] Copying org.glassfish.main.admingui:dataprovider:jar:7.0.0-SNAPSHOT to target/dependency/dataprovider.jar [INFO] Copying org.glassfish.pfl:pfl-basic-tools:jar:4.1.2 to target/dependency/pfl-basic-tools.jar [INFO] Copying org.glassfish.shoal:shoal-gms-impl:jar:2.0.0 to target/dependency/shoal-gms-impl.jar [INFO] Copying org.glassfish.main.libpam4j:libpam4j:jar:7.0.0-SNAPSHOT to target/dependency/libpam4j.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.exousia:exousia:jar:2.1.0-M1 to target/dependency/exousia.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-remote:jar:7.0.0-SNAPSHOT to target/dependency/osgi-cli-remote.jar [INFO] Copying org.glassfish.main.resources:resources-runtime:jar:7.0.0-SNAPSHOT to target/dependency/resources-runtime.jar [INFO] Copying org.glassfish.main.common:internal-api:jar:7.0.0-SNAPSHOT to target/dependency/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.transaction:jts:jar:7.0.0-SNAPSHOT to target/dependency/jts.jar [INFO] Copying org.glassfish.main.orb:orb-enabler:jar:7.0.0-SNAPSHOT to target/dependency/orb-enabler.jar [INFO] Unpacking org.glassfish.main.distributions:glassfish-common:zip:7.0.0-SNAPSHOT to target/dependency/glassfish-common [INFO] Copying org.glassfish.main.admin:rest-service:jar:7.0.0-SNAPSHOT to target/dependency/rest-service.jar [INFO] Copying org.javassist:javassist:jar:3.28.0-GA to target/dependency/javassist.jar [INFO] Copying org.glassfish.main.grizzly:nucleus-grizzly-all:jar:7.0.0-SNAPSHOT to target/dependency/nucleus-grizzly-all.jar [INFO] Copying org.glassfish.main.common:glassfish-mbeanserver:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-mbeanserver.jar [INFO] Copying org.glassfish.main.persistence:jpa-container:jar:7.0.0-SNAPSHOT to target/dependency/jpa-container.jar [INFO] Copying org.glassfish.main.core:api-exporter:jar:7.0.0-SNAPSHOT to target/dependency/api-exporter.jar [INFO] Copying org.glassfish.main.deployment:dol:jar:7.0.0-SNAPSHOT to target/dependency/dol.jar [INFO] Copying org.glassfish.main.connectors:descriptors:jar:resources:7.0.0-SNAPSHOT to target/dependency/descriptors.jar [INFO] Copying org.glassfish.main.extras:appserv-rt:jar:7.0.0-SNAPSHOT to target/dependency/appserv-rt.jar [INFO] Copying org.glassfish.main.web:jspcaching-connector:jar:7.0.0-SNAPSHOT to target/dependency/jspcaching-connector.jar [INFO] Copying org.glassfish.main.resources:resources-connector:jar:7.0.0-SNAPSHOT to target/dependency/resources-connector.jar [INFO] Copying org.glassfish.main.cluster:cluster-ssh:jar:7.0.0-SNAPSHOT to target/dependency/cluster-ssh.jar [INFO] Copying jakarta.validation:jakarta.validation-api:jar:3.0.1 to target/dependency/jakarta.validation-api.jar [INFO] Copying org.glassfish.main.web:web-naming:jar:7.0.0-SNAPSHOT to target/dependency/web-naming.jar [INFO] Copying org.glassfish.main.web:web-glue:jar:7.0.0-SNAPSHOT to target/dependency/web-glue.jar [INFO] Copying com.sun.xml.bind:jaxb-osgi:jar:4.0.0-M2 to target/dependency/jaxb-osgi.jar [INFO] Copying org.glassfish.tyrus:tyrus-core:jar:2.0.2 to target/dependency/tyrus-core.jar [INFO] Copying org.glassfish.main.admingui:jackson-module-jaxb-annotations:jar:7.0.0-SNAPSHOT to target/dependency/jackson-module-jaxb-annotations.jar [INFO] Copying org.glassfish.main.orb:orb-connector:jar:7.0.0-SNAPSHOT to target/dependency/orb-connector.jar [INFO] Copying org.glassfish.main.admingui:console-plugin-service:jar:7.0.0-SNAPSHOT to target/dependency/console-plugin-service.jar [INFO] Copying org.glassfish.jersey.ext:jersey-bean-validation:jar:3.1.0-M2 to target/dependency/jersey-bean-validation.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-glassfish-cdi:jar:2.0.2 to target/dependency/tyrus-container-glassfish-cdi.jar [INFO] Copying jakarta.transaction:jakarta.transaction-api:jar:2.0.0 to target/dependency/jakarta.transaction-api.jar [INFO] Copying org.glassfish.jersey.ext:jersey-mvc:jar:3.1.0-M2 to target/dependency/jersey-mvc.jar [INFO] Copying org.glassfish.hk2:hk2-api:jar:3.0.2 to target/dependency/hk2-api.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-sse:jar:3.1.0-M2 to target/dependency/jersey-media-sse.jar [INFO] Copying org.glassfish.main.admin:rest-client:jar:7.0.0-SNAPSHOT to target/dependency/rest-client.jar [INFO] Copying org.glassfish.main.transaction:transaction-internal-api:jar:7.0.0-SNAPSHOT to target/dependency/transaction-internal-api.jar [INFO] Copying org.glassfish.main.grizzly:glassfish-grizzly-extra-all:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-grizzly-extra-all.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.1.0-M2 to target/dependency/jersey-media-json-jackson.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.web:web-cli:jar:7.0.0-SNAPSHOT to target/dependency/web-cli.jar [INFO] Copying org.jboss.classfilewriter:jboss-classfilewriter:jar:1.2.5.Final to target/dependency/jboss-classfilewriter.jar [INFO] Copying org.glassfish.main.hk2:config-types:jar:7.0.0-SNAPSHOT to target/dependency/config-types.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.extras:glassfish-embedded-shell:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-embedded-shell.jar [INFO] Copying jakarta.servlet.jsp:jakarta.servlet.jsp-api:jar:3.1.0 to target/dependency/jakarta.servlet.jsp-api.jar [INFO] Copying org.glassfish.main.connectors:work-management:jar:7.0.0-SNAPSHOT to target/dependency/work-management.jar [INFO] Copying org.glassfish.main.web:web-ha:jar:7.0.0-SNAPSHOT to target/dependency/web-ha.jar [INFO] Copying org.glassfish.main.persistence:gf-jpa-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-jpa-connector.jar [INFO] Copying org.glassfish.main.admin:server-mgmt:jar:7.0.0-SNAPSHOT to target/dependency/server-mgmt.jar [INFO] Copying org.hibernate.validator:hibernate-validator-cdi:jar:7.0.1.Final to target/dependency/hibernate-validator-cdi.jar [INFO] Copying jakarta.interceptor:jakarta.interceptor-api:jar:2.0.1-RC1 to target/dependency/jakarta.interceptor-api.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-interactive:jar:7.0.0-SNAPSHOT to target/dependency/osgi-cli-interactive.jar [INFO] Copying org.glassfish.hk2:hk2:jar:3.0.2 to target/dependency/hk2.jar [INFO] Copying org.glassfish.main.loadbalancer:gf-load-balancer-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-load-balancer-connector.jar [INFO] Copying org.glassfish.main.admingui:console-web-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-web-plugin.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.common:stats77:jar:7.0.0-SNAPSHOT to target/dependency/stats77.jar [INFO] Copying org.glassfish.main.web:web-core:jar:7.0.0-SNAPSHOT to target/dependency/web-core.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-framework:jar:7.0.0-SNAPSHOT to target/dependency/flashlight-framework.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.common:glassfish-naming:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-naming.jar [INFO] Copying org.glassfish.main.ejb:gf-ejb-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-ejb-connector.jar [INFO] Copying org.glassfish.main.resources:mail-connector:jar:7.0.0-SNAPSHOT to target/dependency/mail-connector.jar [INFO] Copying org.glassfish.main.admin:admin-core:jar:7.0.0-SNAPSHOT to target/dependency/admin-core.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-schemas:zip:7.0.0-SNAPSHOT to target/dependency/nucleus-schemas [INFO] Copying org.glassfish.main.common:container-common:jar:7.0.0-SNAPSHOT to target/dependency/container-common.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.media:jersey-media-json-binding:jar:3.1.0-M2 to target/dependency/jersey-media-json-binding.jar [INFO] Copying org.glassfish.main.core:glassfish-extra-jre-packages:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-extra-jre-packages.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web/target/stage [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:exec (create-domain) @ web --- [INFO] executable: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web/target/stage/glassfish7/bin/asadmin [INFO] commandLineArgs: --user admin create-domain --template=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web/target/stage/glassfish7/glassfish/common/templates/gf/appserver-domain.jar --nopassword --savelogin=true --checkports=false --adminport 4848 --instanceport 8080 --keytooloptions CN=localhost domain1 [INFO] [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] [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] [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 (do stuff) @ web --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web/target/stage/glassfish7/glassfish/modules/hibernate-validator.jar.tmp [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web/target/stage/glassfish7/glassfish/modules [INFO] [zip] Updating zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web/target/stage/glassfish7/glassfish/modules/hibernate-validator.jar [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ web --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web/target/dependency/META-INF for [INFO] [echo] web [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web/target/web.zip [INFO] [zip] glassfish7/glassfish/config/asenv.bat already added, skipping [INFO] [zip] glassfish7/glassfish/config/asenv.conf already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/admin-keyfile already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/cacerts.jks already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/domain-passwords already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/keyfile already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/keystore.jks already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/login.conf already added, skipping [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.distributions-web-checkstyle) @ web --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web/target/web.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/web/7.0.0-SNAPSHOT/web-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/web/7.0.0-SNAPSHOT/web-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.distributions:glassfish >------------- [INFO] Building Glassfish Full Profile Distribution 7.0.0-SNAPSHOT [277/294] [INFO] -----------------------[ glassfish-distribution ]----------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.glassfish.main.security:security:jar:7.0.0-SNAPSHOT to target/dependency/security.jar [INFO] Copying org.ow2.asm:asm-analysis:jar:9.2 to target/dependency/asm-analysis.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.libpam4j:libpam4j:jar:7.0.0-SNAPSHOT to target/dependency/libpam4j.jar [INFO] Unpacking org.glassfish.main.ejb:ejb-timer-databases:zip:7.0.0-SNAPSHOT to target/dependency/ejb-timer-databases [INFO] Copying org.glassfish.jersey.ext:jersey-mvc-jsp:jar:3.1.0-M2 to target/dependency/jersey-mvc-jsp.jar [INFO] Copying org.glassfish.main.admin:appserver-domain:jar:7.0.0-SNAPSHOT to target/dependency/appserver-domain.jar [INFO] Copying org.codehaus.woodstox:stax2-api:jar:4.2.1 to target/dependency/stax2-api.jar [INFO] Copying jakarta.websocket:jakarta.websocket-api:jar:2.0.0 to target/dependency/jakarta.websocket-api.jar [INFO] Copying org.glassfish.main.cluster:gms-bootstrap:jar:7.0.0-SNAPSHOT to target/dependency/gms-bootstrap.jar [INFO] Copying org.glassfish.main.core:javaee-kernel:jar:7.0.0-SNAPSHOT to target/dependency/javaee-kernel.jar [INFO] Copying org.glassfish.main.admingui:console-plugin-service:jar:7.0.0-SNAPSHOT to target/dependency/console-plugin-service.jar [INFO] Copying org.glassfish.external:management-api:jar:3.2.3 to target/dependency/management-api.jar [INFO] Copying org.glassfish.main.hk2:tiger-types:jar:7.0.0-SNAPSHOT to target/dependency/tiger-types.jar [INFO] Copying org.glassfish.main.admin:rest-service:jar:7.0.0-SNAPSHOT to target/dependency/rest-service.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.resources:mail-connector:jar:7.0.0-SNAPSHOT to target/dependency/mail-connector.jar [INFO] Copying org.glassfish.hk2:class-model:jar:3.0.2 to target/dependency/class-model.jar [INFO] Copying org.glassfish.main.jms:jms-core:jar:7.0.0-SNAPSHOT to target/dependency/jms-core.jar [INFO] Copying org.glassfish.main.webservices:metro-glue:jar:7.0.0-SNAPSHOT to target/dependency/metro-glue.jar [INFO] Copying jakarta.persistence:jakarta.persistence-api:jar:3.1.0-RC1 to target/dependency/jakarta.persistence-api.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.security:ejb.security:jar:7.0.0-SNAPSHOT to target/dependency/ejb.security.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.deployment:deployment-javaee-core:jar:7.0.0-SNAPSHOT to target/dependency/deployment-javaee-core.jar [INFO] Copying org.glassfish.main.common:scattered-archive-api:jar:7.0.0-SNAPSHOT to target/dependency/scattered-archive-api.jar [INFO] Copying org.glassfish.jersey.ext:jersey-mvc:jar:3.1.0-M2 to target/dependency/jersey-mvc.jar [INFO] Copying org.glassfish.main.security:jaspic.provider.framework:jar:7.0.0-SNAPSHOT to target/dependency/jaspic.provider.framework.jar [INFO] Copying jakarta.authentication:jakarta.authentication-api:jar:2.0.0 to target/dependency/jakarta.authentication-api.jar [INFO] Copying org.eclipse.angus:angus-activation:jar:1.0.0 to target/dependency/angus-activation.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-enhancer:jar:7.0.0-SNAPSHOT to target/dependency/cmp-enhancer.jar [INFO] Copying org.glassfish.main.ha:ha-shoal-cache-bootstrap:jar:7.0.0-SNAPSHOT to target/dependency/ha-shoal-cache-bootstrap.jar [INFO] Copying org.glassfish.main.admingui:console-community-branding-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-community-branding-plugin.jar [INFO] Copying org.glassfish.main.web:web-core:jar:7.0.0-SNAPSHOT to target/dependency/web-core.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.extras:glassfish-embedded-static-shell:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-embedded-static-shell.jar [INFO] Copying jakarta.el:jakarta.el-api:jar:5.0.0 to target/dependency/jakarta.el-api.jar [INFO] Copying org.ow2.asm:asm-commons:jar:9.2 to target/dependency/asm-commons.jar [INFO] Copying org.glassfish.main.security:security-services:jar:7.0.0-SNAPSHOT to target/dependency/security-services.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.ejb:ejb-timer-service-app:war:7.0.0-SNAPSHOT to target/dependency/ejb-timer-service-app.war [INFO] Copying org.glassfish.external:antlr:jar:2.7.8 to target/dependency/antlr.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.oracle:jar:4.0.0-M1 to target/dependency/org.eclipse.persistence.oracle.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-container:jar:7.0.0-SNAPSHOT to target/dependency/osgi-container.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.main.common:glassfish-ee-api:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-ee-api.jar [INFO] Copying org.glassfish.main.web:jersey-mvc-connector:jar:7.0.0-SNAPSHOT to target/dependency/jersey-mvc-connector.jar [INFO] Copying org.glassfish.main.ha:ha-file-store:jar:7.0.0-SNAPSHOT to target/dependency/ha-file-store.jar [INFO] Copying com.fasterxml:classmate:jar:1.5.1 to target/dependency/classmate.jar [INFO] Copying org.glassfish.main.cluster:cluster-common:jar:7.0.0-SNAPSHOT to target/dependency/cluster-common.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-api:jar:2.0.0 to target/dependency/grizzly-npn-api.jar [INFO] Copying org.glassfish.main.admingui:console-web-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-web-plugin.jar [INFO] Unpacking org.glassfish.main.jdbc.jdbc-ra.jdbc-ra-distribution:jdbc-ra:zip:7.0.0-SNAPSHOT to target/dependency/jdbc-ra [INFO] Copying org.glassfish.main.admingui:console-jts-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-jts-plugin.jar [INFO] Copying org.glassfish:jakarta.enterprise.concurrent:jar:2.0.0 to target/dependency/jakarta.enterprise.concurrent.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-jaxb:jar:3.1.0-M2 to target/dependency/jersey-media-jaxb.jar [INFO] Copying org.glassfish.main.appclient:acc-config:jar:7.0.0-SNAPSHOT to target/dependency/acc-config.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-servlet:jar:3.1.0-M2 to target/dependency/jersey-container-servlet.jar [INFO] Copying org.glassfish.main.web:gf-web-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-web-connector.jar [INFO] Copying org.glassfish.gmbal:gmbal:jar:4.0.3 to target/dependency/gmbal.jar [INFO] Copying org.glassfish.main.loadbalancer:load-balancer-admin:jar:7.0.0-SNAPSHOT to target/dependency/load-balancer-admin.jar [INFO] Unpacking org.glassfish.main.appclient:appclient-scripts:zip:7.0.0-SNAPSHOT to target/dependency/appclient-scripts [INFO] Copying org.glassfish.main.transaction:jts:jar:7.0.0-SNAPSHOT to target/dependency/jts.jar [INFO] Copying org.glassfish.main.admin:config-api:jar:7.0.0-SNAPSHOT to target/dependency/config-api.jar [INFO] Copying jakarta.mail:jakarta.mail-api:jar:2.1.0 to target/dependency/jakarta.mail-api.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-utility:jar:7.0.0-SNAPSHOT to target/dependency/cmp-utility.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-config:jar:7.0.0-SNAPSHOT to target/dependency/jdbc-config.jar [INFO] Copying org.glassfish.main.web:web-gui-plugin-common:jar:7.0.0-SNAPSHOT to target/dependency/web-gui-plugin-common.jar [INFO] Copying org.jboss.logging:jboss-logging:jar:3.4.2.Final to target/dependency/jboss-logging.jar [INFO] Copying org.ow2.asm:asm-tree:jar:9.2 to target/dependency/asm-tree.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.1.0-M2 to target/dependency/jersey-media-json-jettison.jar [INFO] Copying org.glassfish.main.web:jersey-ejb-component-provider:jar:7.0.0-SNAPSHOT to target/dependency/jersey-ejb-component-provider.jar [INFO] Copying org.glassfish.main.cluster:cluster-admin:jar:7.0.0-SNAPSHOT to target/dependency/cluster-admin.jar [INFO] Copying org.glassfish.main.admingui:console-corba-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-corba-plugin.jar [INFO] Copying org.glassfish.main.core:api-exporter:jar:7.0.0-SNAPSHOT to target/dependency/api-exporter.jar [INFO] Copying org.glassfish.main.common:simple-glassfish-api:jar:7.0.0-SNAPSHOT to target/dependency/simple-glassfish-api.jar [INFO] Copying org.glassfish.main.grizzly:nucleus-grizzly-all:jar:7.0.0-SNAPSHOT to target/dependency/nucleus-grizzly-all.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.hk2.external:aopalliance-repackaged:jar:3.0.2 to target/dependency/aopalliance-repackaged.jar [INFO] Copying org.glassfish.metro:webservices-api-osgi:jar:4.0.0-M2 to target/dependency/webservices-api-osgi.jar [INFO] Copying org.glassfish.main.web:weld-integration-fragment:jar:7.0.0-SNAPSHOT to target/dependency/weld-integration-fragment.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.inject:jersey-hk2:jar:3.1.0-M2 to target/dependency/jersey-hk2.jar [INFO] Copying org.glassfish.main.persistence:glassfish-oracle-jdbc-driver-packages:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-oracle-jdbc-driver-packages.jar [INFO] Copying org.glassfish.main.hk2:config-types:jar:7.0.0-SNAPSHOT to target/dependency/config-types.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-sse:jar:3.1.0-M2 to target/dependency/jersey-media-sse.jar [INFO] Copying org.glassfish.jsftemplating:jsftemplating:jar:3.0.0 to target/dependency/jsftemplating.jar [INFO] Copying org.glassfish.main.core:logging:jar:7.0.0-SNAPSHOT to target/dependency/logging.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-schemas:zip:7.0.0-SNAPSHOT to target/dependency/nucleus-schemas [INFO] Copying org.glassfish.main.admin:admin-util:jar:7.0.0-SNAPSHOT to target/dependency/admin-util.jar [INFO] Copying org.glassfish.main.web:web-cli:jar:7.0.0-SNAPSHOT to target/dependency/web-cli.jar [INFO] Copying org.ow2.asm:asm-util:jar:9.2 to target/dependency/asm-util.jar [INFO] Copying org.glassfish.main.admingui:console-common:jar:7.0.0-SNAPSHOT to target/dependency/console-common.jar [INFO] Copying org.glassfish.main.admingui.connector:gf-admingui-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-admingui-connector.jar [INFO] Copying org.glassfish.main.jms:gf-jms-injection:jar:7.0.0-SNAPSHOT to target/dependency/gf-jms-injection.jar [INFO] Copying org.glassfish.main.admin:admin-cli:jar:7.0.0-SNAPSHOT to target/dependency/admin-cli.jar [INFO] Copying jakarta.resource:jakarta.resource-api:jar:2.0.0 to target/dependency/jakarta.resource-api.jar [INFO] Copying org.jvnet.mimepull:mimepull:jar:1.9.15 to target/dependency/mimepull.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa:jar:4.0.0-M1 to target/dependency/org.eclipse.persistence.jpa.jar [INFO] Copying org.glassfish.main.common:annotation-framework:jar:7.0.0-SNAPSHOT to target/dependency/annotation-framework.jar [INFO] Unpacking org.glassfish.main.admingui:war:war:7.0.0-SNAPSHOT to target/dependency/war [INFO] Copying org.glassfish.main.common:container-common:jar:7.0.0-SNAPSHOT to target/dependency/container-common.jar [INFO] Copying org.glassfish.main.common:glassfish-api:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-api.jar [INFO] Copying org.glassfish:jakarta.faces:jar:4.0.0-M2 to target/dependency/jakarta.faces.jar [INFO] Copying org.apache.felix:org.apache.felix.fileinstall:jar:3.7.2 to target/dependency/org.apache.felix.fileinstall.jar [INFO] Copying org.glassfish.main.admingui:console-ejb-lite-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-ejb-lite-plugin.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.admingui:console-ejb-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-ejb-plugin.jar [INFO] Copying org.glassfish.main.common:amx-javaee:jar:7.0.0-SNAPSHOT to target/dependency/amx-javaee.jar [INFO] Copying org.glassfish.tyrus:tyrus-core:jar:2.0.2 to target/dependency/tyrus-core.jar [INFO] Copying org.glassfish.main.extras:javaee:jar:7.0.0-SNAPSHOT to target/dependency/javaee.jar [INFO] Copying org.glassfish.web:jakarta.servlet.jsp.jstl:jar:3.0.0-SNAPSHOT to target/dependency/jakarta.servlet.jsp.jstl.jar [INFO] Copying org.glassfish.main.transaction:jta:jar:7.0.0-SNAPSHOT to target/dependency/jta.jar [INFO] Copying org.glassfish.main.concurrent:concurrent-impl:jar:7.0.0-SNAPSHOT to target/dependency/concurrent-impl.jar [INFO] Unpacking org.glassfish.main.deployment:appserver-dtds:zip:7.0.0-SNAPSHOT to target/dependency/appserver-dtds [INFO] Copying org.glassfish.wasp:wasp:jar:3.1.0-M1 to target/dependency/wasp.jar [INFO] Copying org.glassfish.main.connectors:gf-connectors-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-connectors-connector.jar [INFO] Copying org.glassfish.main.appclient:gf-client:jar:7.0.0-SNAPSHOT to target/dependency/gf-client.jar [INFO] Copying org.glassfish.main.jdbc:templates:jar:7.0.0-SNAPSHOT to target/dependency/templates.jar [INFO] Copying jakarta.validation:jakarta.validation-api:jar:3.0.1 to target/dependency/jakarta.validation-api.jar [INFO] Copying jakarta.ejb:jakarta.ejb-api:jar:4.0.0 to target/dependency/jakarta.ejb-api.jar [INFO] Copying org.glassfish.main.admin:appserver-cli:jar:7.0.0-SNAPSHOT to target/dependency/appserver-cli.jar [INFO] Copying jakarta.authorization:jakarta.authorization-api:jar:2.1.0-RC1 to target/dependency/jakarta.authorization-api.jar [INFO] Copying org.glassfish.jersey.core:jersey-server:jar:3.1.0-M2 to target/dependency/jersey-server.jar [INFO] Copying com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1 to target/dependency/jackson-annotations.jar [INFO] Unpacking org.glassfish.main.persistence.cmp:cmp-scripts:zip:7.0.0-SNAPSHOT to target/dependency/cmp-scripts [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.jersey.ext:jersey-bean-validation:jar:3.1.0-M2 to target/dependency/jersey-bean-validation.jar [INFO] Copying org.glassfish.main.web:web-glue:jar:7.0.0-SNAPSHOT to target/dependency/web-glue.jar [INFO] Copying org.glassfish.main.web:weld-integration:jar:7.0.0-SNAPSHOT to target/dependency/weld-integration.jar [INFO] Copying org.glassfish.external:ant:jar:1.10.2 to target/dependency/ant.jar [INFO] Copying org.glassfish.main.common:stats77:jar:7.0.0-SNAPSHOT to target/dependency/stats77.jar [INFO] Copying org.glassfish.main.core:glassfish:jar:7.0.0-SNAPSHOT to target/dependency/glassfish.jar [INFO] Unpacking org.glassfish.main.deployment:appserver-schemas:zip:7.0.0-SNAPSHOT to target/dependency/appserver-schemas [INFO] Unpacking org.glassfish.main.deployment:nucleus-dtds:zip:7.0.0-SNAPSHOT to target/dependency/nucleus-dtds [INFO] Copying org.glassfish.tyrus:tyrus-client:jar:2.0.2 to target/dependency/tyrus-client.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.loadbalancer:gf-load-balancer-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-load-balancer-connector.jar [INFO] Copying org.glassfish.main.web:jstl-connector:jar:7.0.0-SNAPSHOT to target/dependency/jstl-connector.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:4.0.0-M1 to target/dependency/org.eclipse.persistence.jpa.jpql.jar [INFO] Copying org.glassfish.main.deployment:deployment-autodeploy:jar:7.0.0-SNAPSHOT to target/dependency/deployment-autodeploy.jar [INFO] Copying org.glassfish.main.admingui:console-cluster-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-cluster-plugin.jar [INFO] Unpacking org.glassfish.external:derby:zip:10.15.2.0 to target/dependency/derby [INFO] Copying org.glassfish.main.security:appclient.security:jar:7.0.0-SNAPSHOT to target/dependency/appclient.security.jar [INFO] Unpacking org.glassfish.main.webservices:webservices-scripts:zip:7.0.0-SNAPSHOT to target/dependency/webservices-scripts [INFO] Copying org.glassfish.main.ejb:ejb-internal-api:jar:7.0.0-SNAPSHOT to target/dependency/ejb-internal-api.jar [INFO] Copying org.glassfish.metro:webservices-osgi:jar:4.0.0-M2 to target/dependency/webservices-osgi.jar [INFO] Copying org.glassfish.pfl:pfl-dynamic:jar:4.1.2 to target/dependency/pfl-dynamic.jar [INFO] Copying org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.1.0-M2 to target/dependency/jersey-entity-filtering.jar [INFO] Copying jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:jar:2.0.0 to target/dependency/jakarta.enterprise.concurrent-api.jar [INFO] Copying org.glassfish.main.webservices:webservices-connector:jar:7.0.0-SNAPSHOT to target/dependency/webservices-connector.jar [INFO] Copying org.glassfish.tyrus:tyrus-server:jar:2.0.2 to target/dependency/tyrus-server.jar [INFO] Copying jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 to target/dependency/jakarta.ws.rs-api.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-framework:jar:7.0.0-SNAPSHOT to target/dependency/flashlight-framework.jar [INFO] Copying org.glassfish.main.grizzly:glassfish-grizzly-extra-all:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-grizzly-extra-all.jar [INFO] Copying org.glassfish.main.ha:ha-shoal-cache-store:jar:7.0.0-SNAPSHOT to target/dependency/ha-shoal-cache-store.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.persistence:jpa-container:jar:7.0.0-SNAPSHOT to target/dependency/jpa-container.jar [INFO] Copying jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:jar:3.0.0-SNAPSHOT to target/dependency/jakarta.servlet.jsp.jstl-api.jar [INFO] Copying org.glassfish.main.admin:monitoring-core:jar:7.0.0-SNAPSHOT to target/dependency/monitoring-core.jar [INFO] Copying org.glassfish.main.connectors:connectors-inbound-runtime:jar:7.0.0-SNAPSHOT to target/dependency/connectors-inbound-runtime.jar [INFO] Copying org.glassfish.main.core:glassfish-extra-jre-packages:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-extra-jre-packages.jar [INFO] Copying org.glassfish.main.batch:glassfish-batch-commands:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-batch-commands.jar [INFO] Copying org.glassfish.main.orb:orb-iiop:jar:7.0.0-SNAPSHOT to target/dependency/orb-iiop.jar [INFO] Copying org.glassfish.main.security:security-ee:jar:7.0.0-SNAPSHOT to target/dependency/security-ee.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.1.0-M2 to target/dependency/jersey-cdi1x.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.web:jspcaching-connector:jar:7.0.0-SNAPSHOT to target/dependency/jspcaching-connector.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.1.0-M2 to target/dependency/jersey-container-grizzly2-http.jar [INFO] Unpacking org.glassfish.main.distributions:glassfish-common:zip:7.0.0-SNAPSHOT to target/dependency/glassfish-common [INFO] Copying org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.1.0-M2 to target/dependency/jersey-container-servlet-core.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-support-ejb:jar:7.0.0-SNAPSHOT to target/dependency/cmp-support-ejb.jar [INFO] Copying org.glassfish.main.admin:rest-client:jar:7.0.0-SNAPSHOT to target/dependency/rest-client.jar [INFO] Copying org.glassfish.main.orb:orb-connector:jar:7.0.0-SNAPSHOT to target/dependency/orb-connector.jar [INFO] Copying org.glassfish.main.appclient.server:appclient-connector:jar:7.0.0-SNAPSHOT to target/dependency/appclient-connector.jar [INFO] Copying org.glassfish.main.jms:jms-admin:jar:7.0.0-SNAPSHOT to target/dependency/jms-admin.jar [INFO] Copying jakarta.transaction:jakarta.transaction-api:jar:2.0.0 to target/dependency/jakarta.transaction-api.jar [INFO] Copying org.hibernate.validator:hibernate-validator-cdi:jar:7.0.1.Final to target/dependency/hibernate-validator-cdi.jar [INFO] Copying org.glassfish.main.ejb:ejb-client:jar:7.0.0-SNAPSHOT to target/dependency/ejb-client.jar [INFO] Copying org.glassfish.pfl:pfl-basic:jar:4.1.2 to target/dependency/pfl-basic.jar [INFO] Copying org.glassfish.main.deployment:deployment-common:jar:7.0.0-SNAPSHOT to target/dependency/deployment-common.jar [INFO] Copying org.glassfish.hk2:hk2-core:jar:3.0.2 to target/dependency/hk2-core.jar [INFO] Copying org.glassfish.main.admingui:dataprovider:jar:7.0.0-SNAPSHOT to target/dependency/dataprovider.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.core:jar:4.0.0-M1 to target/dependency/org.eclipse.persistence.core.jar [INFO] Copying org.glassfish.main.ejb:ejb-full-container:jar:7.0.0-SNAPSHOT to target/dependency/ejb-full-container.jar [INFO] Copying jakarta.jms:jakarta.jms-api:jar:3.0.0 to target/dependency/jakarta.jms-api.jar [INFO] Copying org.glassfish.main.admingui:console-jms-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-jms-plugin.jar [INFO] Copying org.glassfish.main.cluster:cluster-cli:jar:7.0.0-SNAPSHOT to target/dependency/cluster-cli.jar [INFO] Copying org.glassfish.main.admingui:console-jca-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-jca-plugin.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-model:jar:7.0.0-SNAPSHOT to target/dependency/cmp-model.jar [INFO] Copying org.glassfish.main.appclient.server:appclient-server-core:jar:7.0.0-SNAPSHOT to target/dependency/appclient-server-core.jar [INFO] Copying org.glassfish.main.security:webservices.security:jar:7.0.0-SNAPSHOT to target/dependency/webservices.security.jar [INFO] Copying org.glassfish.main.admin:launcher:jar:7.0.0-SNAPSHOT to target/dependency/launcher.jar [INFO] Copying org.glassfish.main.webservices:jsr109-impl:jar:7.0.0-SNAPSHOT to target/dependency/jsr109-impl.jar [INFO] Copying org.glassfish.main.common:common-util:jar:7.0.0-SNAPSHOT to target/dependency/common-util.jar [INFO] Copying org.glassfish.main.jms:gf-jms-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-jms-connector.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.main.webservices:soap-tcp:jar:7.0.0-SNAPSHOT to target/dependency/soap-tcp.jar [INFO] Copying org.apache.felix:org.apache.felix.main:jar:7.0.3 to target/dependency/felix.jar [INFO] Copying org.glassfish:jsonp-jaxrs:jar:2.0.1 to target/dependency/jsonp-jaxrs.jar [INFO] Copying org.glassfish.main.web:web-embed-api:jar:7.0.0-SNAPSHOT to target/dependency/web-embed-api.jar [INFO] Copying org.glassfish.ha:ha-api:jar:3.1.13 to target/dependency/ha-api.jar [INFO] Copying org.apache.santuario:xmlsec:jar:2.1.7 to target/dependency/xmlsec.jar [INFO] Copying org.glassfish.main.web:web-naming:jar:7.0.0-SNAPSHOT to target/dependency/web-naming.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:jar:3.1.0-M2 to target/dependency/jersey-cdi1x-servlet.jar [INFO] Copying org.glassfish.main.extras:glassfish-embedded-shell:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-embedded-shell.jar [INFO] Copying org.javassist:javassist:jar:3.28.0-GA to target/dependency/javassist.jar [INFO] Unpacking org.glassfish.main.batch:batch-databases:zip:7.0.0-SNAPSHOT to target/dependency/batch-databases [INFO] Copying org.glassfish.main.resources:resources-runtime:jar:7.0.0-SNAPSHOT to target/dependency/resources-runtime.jar [INFO] Copying org.glassfish.main.core:kernel:jar:7.0.0-SNAPSHOT to target/dependency/kernel.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-admin:jar:7.0.0-SNAPSHOT to target/dependency/jdbc-admin.jar [INFO] Copying org.glassfish:jakarta.el:jar:5.0.0-M1 to target/dependency/jakarta.el.jar [INFO] Copying com.ibm.jbatch:com.ibm.jbatch.container:jar:2.1.0-M2-SNAPSHOT to target/dependency/com.ibm.jbatch.container.jar [INFO] Copying org.glassfish.main.web:jsf-connector:jar:7.0.0-SNAPSHOT to target/dependency/jsf-connector.jar [INFO] Copying org.glassfish.main.web:war-util:jar:7.0.0-SNAPSHOT to target/dependency/war-util.jar [INFO] Copying org.glassfish.main.concurrent:concurrent-connector:jar:7.0.0-SNAPSHOT to target/dependency/concurrent-connector.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.resources:resources-connector:jar:7.0.0-SNAPSHOT to target/dependency/resources-connector.jar [INFO] Copying org.glassfish.main.ejb:gf-ejb-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-ejb-connector.jar [INFO] Copying org.glassfish.main.common:internal-api:jar:7.0.0-SNAPSHOT to target/dependency/internal-api.jar [INFO] Copying org.glassfish.main.transaction:transaction-internal-api:jar:7.0.0-SNAPSHOT to target/dependency/transaction-internal-api.jar [INFO] Copying org.glassfish.external:schema2beans:jar:6.7 to target/dependency/schema2beans.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-runtime:jar:7.0.0-SNAPSHOT to target/dependency/jdbc-runtime.jar [INFO] Copying org.glassfish.main.ejb:ejb-container:jar:7.0.0-SNAPSHOT to target/dependency/ejb-container.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.osgi-platforms:osgi-cli-remote:jar:7.0.0-SNAPSHOT to target/dependency/osgi-cli-remote.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.1.0-M2 to target/dependency/jersey-media-json-jackson.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.eclipse:yasson:jar:2.0.3 to target/dependency/yasson.jar [INFO] Copying org.eclipse.angus:angus-mail:jar:1.0.0 to target/dependency/angus-mail.jar [INFO] Copying org.glassfish.main.deployment:deployment-javaee-full:jar:7.0.0-SNAPSHOT to target/dependency/deployment-javaee-full.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.dbws:jar:4.0.0-M1 to target/dependency/org.eclipse.persistence.dbws.jar [INFO] Copying org.glassfish.exousia:exousia:jar:2.1.0-M1 to target/dependency/exousia.jar [INFO] Copying com.sun.xml.bind:jaxb-osgi:jar:4.0.0-M2 to target/dependency/jaxb-osgi.jar [INFO] Copying org.glassfish.shoal:shoal-gms-api:jar:2.0.0 to target/dependency/shoal-gms-api.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-servlet:jar:2.0.2 to target/dependency/tyrus-container-servlet.jar [INFO] Copying org.glassfish.shoal:shoal-cache:jar:2.0.0 to target/dependency/shoal-cache.jar [INFO] Copying org.glassfish.hk2:osgi-adapter:jar:3.0.2 to target/dependency/osgi-adapter.jar [INFO] Copying org.glassfish.metro:webservices-extra-xmlsec:jar:4.0.0-M2 to target/dependency/webservices-extra-xmlsec.jar [INFO] Copying org.glassfish.main.connectors:descriptors:jar:resources:7.0.0-SNAPSHOT to target/dependency/descriptors.jar [INFO] Copying org.glassfish.hk2:hk2-api:jar:3.0.2 to target/dependency/hk2-api.jar [INFO] Copying org.codehaus.jettison:jettison:jar:1.4.1 to target/dependency/jettison.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-sse:jar:7.0.0-SNAPSHOT to target/dependency/web-sse.jar [INFO] Copying org.glassfish.main.admin:server-mgmt:jar:7.0.0-SNAPSHOT to target/dependency/server-mgmt.jar [INFO] Copying org.glassfish.main.admingui:console-common-full-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-common-full-plugin.jar [INFO] Copying org.glassfish.hk2:hk2:jar:3.0.2 to target/dependency/hk2.jar [INFO] Copying org.glassfish.pfl:pfl-tf:jar:4.1.2 to target/dependency/pfl-tf.jar [INFO] Copying org.glassfish.main.persistence:gf-jpa-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-jpa-connector.jar [INFO] Copying jakarta.servlet:jakarta.servlet-api:jar:6.0.0 to target/dependency/jakarta.servlet-api.jar [INFO] Copying org.glassfish.main.persistence:persistence-common:jar:7.0.0-SNAPSHOT to target/dependency/persistence-common.jar [INFO] Copying jakarta.interceptor:jakarta.interceptor-api:jar:2.0.1-RC1 to target/dependency/jakarta.interceptor-api.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor:jar:4.0.0-M1 to target/dependency/org.eclipse.persistence.jpa.modelgen.processor.jar [INFO] Copying org.glassfish.main.resourcebase.resources:nucleus-resources:jar:7.0.0-SNAPSHOT to target/dependency/nucleus-resources.jar [INFO] Copying org.glassfish.main.admin:gf-restadmin-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-restadmin-connector.jar [INFO] Copying jakarta.servlet.jsp:jakarta.servlet.jsp-api:jar:3.1.0 to target/dependency/jakarta.servlet.jsp-api.jar [INFO] Copying org.glassfish.main.extras:appserv-rt:jar:7.0.0-SNAPSHOT to target/dependency/appserv-rt.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-extra-jdk-packages:jar:7.0.0-SNAPSHOT to target/dependency/flashlight-extra-jdk-packages.jar [INFO] Copying org.glassfish.external:jsch:jar:0.1.56 to target/dependency/jsch.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-interactive:jar:7.0.0-SNAPSHOT to target/dependency/osgi-cli-interactive.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:jar:3.1.0-M2 to target/dependency/jersey-cdi1x-transaction.jar [INFO] Copying org.glassfish.main.appclient:gf-client-module:jar:7.0.0-SNAPSHOT to target/dependency/gf-client-module.jar [INFO] Copying org.glassfish.main.admin:cli-optional:jar:7.0.0-SNAPSHOT to target/dependency/cli-optional.jar [INFO] Copying org.glassfish.main.admin:backup:jar:7.0.0-SNAPSHOT to target/dependency/backup.jar [INFO] Copying org.glassfish.jersey.core:jersey-common:jar:3.1.0-M2 to target/dependency/jersey-common.jar [INFO] Copying org.glassfish.main.admingui:console-jdbc-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-jdbc-plugin.jar [INFO] Copying org.glassfish.hk2:hk2-utils:jar:3.0.2 to target/dependency/hk2-utils.jar [INFO] Copying org.glassfish.main.resources:mail-runtime:jar:7.0.0-SNAPSHOT to target/dependency/mail-runtime.jar [INFO] Copying org.glassfish.main.web:cdi-api-fragment:jar:7.0.0-SNAPSHOT to target/dependency/cdi-api-fragment.jar [INFO] Copying org.glassfish:jakarta.json:jar:2.0.1 to target/dependency/jakarta.json.jar [INFO] Copying org.glassfish.main.web:gf-weld-connector:jar:7.0.0-SNAPSHOT to target/dependency/gf-weld-connector.jar [INFO] Copying org.glassfish.metro:wstx-services:war:4.0.0-M2 to target/dependency/wstx-services.war [INFO] Copying org.apache.felix:org.apache.felix.scr:jar:2.2.0-RC1 to target/dependency/org.apache.felix.scr.jar [INFO] Copying jakarta.batch:jakarta.batch-api:jar:2.1.0-M1 to target/dependency/jakarta.batch-api.jar [INFO] Copying org.glassfish.main.security:ssl-impl:jar:7.0.0-SNAPSHOT to target/dependency/ssl-impl.jar [INFO] Unpacking org.glassfish.main.connectors:descriptors:zip:7.0.0-SNAPSHOT to target/dependency/descriptors [INFO] Copying org.glassfish.main.cluster:cluster-ssh:jar:7.0.0-SNAPSHOT to target/dependency/cluster-ssh.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-internal-api:jar:7.0.0-SNAPSHOT to target/dependency/cmp-internal-api.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-agent:jar:7.0.0-SNAPSHOT to target/dependency/flashlight-agent.jar [INFO] Copying com.fasterxml.woodstox:woodstox-core:jar:6.2.7 to target/dependency/woodstox-core.jar [INFO] Copying org.glassfish.shoal:shoal-gms-impl:jar:2.0.0 to target/dependency/shoal-gms-impl.jar [INFO] Copying org.glassfish.main.connectors:connectors-admin:jar:7.0.0-SNAPSHOT to target/dependency/connectors-admin.jar [INFO] Copying jakarta.activation:jakarta.activation-api:jar:2.1.0 to target/dependency/jakarta.activation-api.jar [INFO] Copying org.glassfish.main.orb:orb-enabler:jar:7.0.0-SNAPSHOT to target/dependency/orb-enabler.jar [INFO] Copying jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0-RC3 to target/dependency/jakarta.xml.bind-api.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-ejb-mapping:jar:7.0.0-SNAPSHOT to target/dependency/cmp-ejb-mapping.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.admin:nucleus-domain:jar:7.0.0-SNAPSHOT to target/dependency/nucleus-domain.jar [INFO] Copying org.glassfish.main.deployment:deployment-admin:jar:7.0.0-SNAPSHOT to target/dependency/deployment-admin.jar [INFO] Copying jakarta.inject:jakarta.inject-api:jar:2.0.1.MR to target/dependency/jakarta.inject-api.jar [INFO] Copying org.glassfish.main.admin:admin-core:jar:7.0.0-SNAPSHOT to target/dependency/admin-core.jar [INFO] Unpacking org.glassfish.mq:mq-distribution:zip:6.3.0-M1 to target/dependency/mq-distribution [INFO] Copying org.glassfish.jersey.media:jersey-media-json-binding:jar:3.1.0-M2 to target/dependency/jersey-media-json-binding.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-generator-database:jar:7.0.0-SNAPSHOT to target/dependency/cmp-generator-database.jar [INFO] Copying jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.0.Beta3 to target/dependency/jakarta.enterprise.cdi-api.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-support-sqlstore:jar:7.0.0-SNAPSHOT to target/dependency/cmp-support-sqlstore.jar [INFO] Copying org.glassfish.main.hk2:hk2-config:jar:7.0.0-SNAPSHOT to target/dependency/hk2-config.jar [INFO] Copying org.jboss.weld.se:weld-se-shaded:jar:5.0.0.Alpha2 to target/dependency/weld-se-shaded.jar [INFO] Copying org.glassfish.main.web:web-ha:jar:7.0.0-SNAPSHOT to target/dependency/web-ha.jar [INFO] Copying org.glassfish.main.common:amx-core:jar:7.0.0-SNAPSHOT to target/dependency/amx-core.jar [INFO] Copying org.glassfish.main.admingui:jackson-module-jaxb-annotations:jar:7.0.0-SNAPSHOT to target/dependency/jackson-module-jaxb-annotations.jar [INFO] Copying org.glassfish.main.security:websecurity:jar:7.0.0-SNAPSHOT to target/dependency/websecurity.jar [INFO] Copying jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.0.Beta3 to target/dependency/jakarta.enterprise.lang-model.jar [INFO] Copying org.glassfish.jersey.core:jersey-client:jar:3.1.0-M2 to target/dependency/jersey-client.jar [INFO] Unpacking org.glassfish.main.jms:jmsra:zip:7.0.0-SNAPSHOT to target/dependency/jmsra [INFO] Copying org.glassfish.metro:webservices-extra-jdk-packages:jar:4.0.0-M2 to target/dependency/webservices-extra-jdk-packages.jar [INFO] Copying org.glassfish.main.persistence:entitybean-container:jar:7.0.0-SNAPSHOT to target/dependency/entitybean-container.jar [INFO] Copying com.ibm.jbatch:com.ibm.jbatch.spi:jar:2.1.0-M2-SNAPSHOT to target/dependency/com.ibm.jbatch.spi.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:jar:9.2 to target/dependency/asm.jar [INFO] Copying org.glassfish.hk2:hk2-runlevel:jar:3.0.2 to target/dependency/hk2-runlevel.jar [INFO] Copying org.glassfish.corba:rmic:jar:4.2.4 to target/dependency/rmic.jar [INFO] Copying org.jboss.weld:weld-osgi-bundle:jar:5.0.0.Alpha2 to target/dependency/weld-osgi-bundle.jar [INFO] Copying org.glassfish.main.admingui:console-concurrent-plugin:jar:7.0.0-SNAPSHOT to target/dependency/console-concurrent-plugin.jar [INFO] Copying org.glassfish.tyrus:tyrus-spi:jar:2.0.2 to target/dependency/tyrus-spi.jar [INFO] Copying jakarta.annotation:jakarta.annotation-api:jar:2.1.0 to target/dependency/jakarta.annotation-api.jar [INFO] Copying org.glassfish.main.common:glassfish-mbeanserver:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-mbeanserver.jar [INFO] Copying org.glassfish.main.common:glassfish-naming:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-naming.jar [INFO] Copying org.glassfish.hk2:hk2-locator:jar:3.0.2 to target/dependency/hk2-locator.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-multipart:jar:3.1.0-M2 to target/dependency/jersey-media-multipart.jar [INFO] Copying org.glassfish.main.connectors:connectors-runtime:jar:7.0.0-SNAPSHOT to target/dependency/connectors-runtime.jar [INFO] Copying org.glassfish.main.connectors:work-management:jar:7.0.0-SNAPSHOT to target/dependency/work-management.jar [INFO] Copying org.glassfish.main.connectors:connectors-internal-api:jar:7.0.0-SNAPSHOT to target/dependency/connectors-internal-api.jar [INFO] Copying org.glassfish.main.cluster:gms-adapter:jar:7.0.0-SNAPSHOT to target/dependency/gms-adapter.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.external:dbschema:jar:6.7 to target/dependency/dbschema.jar [INFO] Copying org.jboss.classfilewriter:jboss-classfilewriter:jar:1.2.5.Final to target/dependency/jboss-classfilewriter.jar [INFO] Copying org.glassfish.main.batch:glassfish-batch-connector:jar:7.0.0-SNAPSHOT to target/dependency/glassfish-batch-connector.jar [INFO] Copying org.hibernate.validator:hibernate-validator:jar:7.0.1.Final to target/dependency/hibernate-validator.jar [INFO] Copying org.glassfish.pfl:pfl-basic-tools:jar:4.1.2 to target/dependency/pfl-basic-tools.jar [INFO] Copying org.glassfish.main.deployment:dol:jar:7.0.0-SNAPSHOT to target/dependency/dol.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (default-single) @ glassfish --- [INFO] Reading assembly descriptor: src/main/assembly/glassfish.xml [INFO] Copying files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/stage [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:exec (create-domain) @ glassfish --- [INFO] executable: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/stage/glassfish7/bin/asadmin [INFO] commandLineArgs: --user admin create-domain --template=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/stage/glassfish7/glassfish/common/templates/gf/appserver-domain.jar --nopassword --savelogin=true --checkports=false --adminport 4848 --instanceport 8080 --keytooloptions CN=localhost domain1 [INFO] [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] [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] [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 (do stuff) @ glassfish --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/stage/glassfish7/glassfish/modules/hibernate-validator.jar.tmp [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/stage/glassfish7/glassfish/modules [INFO] [zip] Updating zip: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/stage/glassfish7/glassfish/modules/hibernate-validator.jar [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/dependency/META-INF for [INFO] [echo] glassfish [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/glassfish.zip [INFO] [zip] glassfish7/glassfish/config/asenv.bat already added, skipping [INFO] [zip] glassfish7/glassfish/config/asenv.conf already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/admin-keyfile already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/cacerts.jks already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/domain-passwords already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/keyfile already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/keystore.jks already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/login.conf already added, skipping [INFO] [zip] glassfish7/mq/etc/rc/imq already added, skipping [INFO] [zip] glassfish7/mq/lib/imqinit already added, skipping [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.distributions-glassfish-checkstyle) @ glassfish --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/glassfish.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.0-SNAPSHOT/glassfish-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.0-SNAPSHOT/glassfish-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.security:security-all >-------------- [INFO] Building Security Related Implementation for GlassFish 7.0.0-SNAPSHOT [278/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/security-all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ security-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ security-all --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ security-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/security-all/target/classes/META-INF for [INFO] [echo] security-all [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/security-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ security-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ security-all --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/security-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/security-all/7.0.0-SNAPSHOT/security-all-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main.tests:tests >------------------- [INFO] Building GlassFish Tests 7.0.0-SNAPSHOT [279/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ tests --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ tests --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ tests --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ tests --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/target/classes/META-INF for [INFO] [echo] tests [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests-tests-checkstyle) @ tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tests --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/tests/7.0.0-SNAPSHOT/tests-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.tests.tck:tck >------------------ [INFO] Building TCK: Parent 7.0.0-SNAPSHOT [280/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tck --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ tck --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ tck --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ tck --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ tck --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ tck --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ tck --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/target/classes/META-INF for [INFO] [echo] tck [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ tck --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ tck --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.tck-tck-checkstyle) @ tck --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tck --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/tck/7.0.0-SNAPSHOT/tck-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.tests.tck:tck-download >-------------- [INFO] Building TCK: Download and Install Dependencies not in Maven Repos 7.0.0-SNAPSHOT [281/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tck-download --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ tck-download --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ tck-download --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ tck-download --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ tck-download --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ tck-download --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ tck-download --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/target/classes/META-INF for [INFO] [echo] tck-download [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ tck-download --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ tck-download --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.tck-tck-download-checkstyle) @ tck-download --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] -------< org.glassfish.main.tests.tck:jakarta-authorization-tck >------- [INFO] Building TCK: Install Jakarta Authorization TCK 7.0.0-SNAPSHOT [282/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jakarta-authorization-tck --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jakarta-authorization-tck --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jakarta-authorization-tck --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/jakarta-authorization-tck [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ jakarta-authorization-tck --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jakarta-authorization-tck --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ jakarta-authorization-tck --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/jakarta-authorization-tck/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- download-maven-plugin:1.6.7:wget (download-authorization-tck) @ jakarta-authorization-tck --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install-file (install-authorization-tck) @ jakarta-authorization-tck --- [INFO] pom.xml not found in jakarta-authorization-tck-2.0.1.zip [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/jakarta-authorization-tck/target/jakarta-authorization-tck-2.0.1.zip to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/jakarta-authorization-tck/7.0.0-SNAPSHOT/jakarta-authorization-tck-7.0.0-SNAPSHOT.zip [INFO] Installing /tmp/mvninstall9025950129036176287.pom to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/jakarta-authorization-tck/7.0.0-SNAPSHOT/jakarta-authorization-tck-7.0.0-SNAPSHOT.pom [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jakarta-authorization-tck --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/jakarta-authorization-tck/target/classes/META-INF for [INFO] [echo] jakarta-authorization-tck [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/jakarta-authorization-tck/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ jakarta-authorization-tck --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ jakarta-authorization-tck --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.tck-jakarta-authorization-tck-checkstyle) @ jakarta-authorization-tck --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] ---------------< org.glassfish.main.tests.tck:tsharness >--------------- [INFO] Building TCK: Install Jakarta Authorization`s tsharness 7.0.0-SNAPSHOT [283/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tsharness --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ tsharness --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ tsharness --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/tsharness [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ tsharness --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ tsharness --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ tsharness --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/tsharness/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-tsharness-tck) @ tsharness --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/jakarta-authorization-tck/7.0.0-SNAPSHOT/jakarta-authorization-tck-7.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/tsharness/target with includes "authorization-tck/lib/tsharness.jar" and excludes "" [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install-file (install-tsharness) @ tsharness --- [INFO] pom.xml not found in tsharness.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/tsharness/target/tsharness.jar to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/tsharness/7.0.0-SNAPSHOT/tsharness-7.0.0-SNAPSHOT.jar [INFO] Installing /tmp/mvninstall12199411112698293653.pom to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/tsharness/7.0.0-SNAPSHOT/tsharness-7.0.0-SNAPSHOT.pom [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ tsharness --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/tsharness/target/classes/META-INF for [INFO] [echo] tsharness [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/tsharness/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ tsharness --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ tsharness --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.tck-tsharness-checkstyle) @ tsharness --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] ---------------< org.glassfish.main.tests.tck:javatest >---------------- [INFO] Building TCK: Install Jakarta Authorization`s javatest 7.0.0-SNAPSHOT [284/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ javatest --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ javatest --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ javatest --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/javatest [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- download-maven-plugin:1.6.7:wget (download-javatest-src) @ javatest --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ javatest --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ javatest --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ javatest --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/javatest/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ javatest --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/javatest/target/classes/META-INF for [INFO] [echo] javatest [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/javatest/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-authorization-tck) @ javatest --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/jakarta-authorization-tck/7.0.0-SNAPSHOT/jakarta-authorization-tck-7.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/javatest/target with includes "authorization-tck/lib/javatest.jar" and excludes "" [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (package-sources) @ javatest --- [INFO] Reading assembly descriptor: src/assembly/sources.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/javatest/target/javatest-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install-file (install-javatest) @ javatest --- [INFO] pom.xml not found in javatest.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/javatest/target/javatest.jar to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/javatest/7.0.0-SNAPSHOT/javatest-7.0.0-SNAPSHOT.jar [INFO] Installing /tmp/mvninstall4147465781359463089.pom to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/javatest/7.0.0-SNAPSHOT/javatest-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/javatest/target/javatest-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/javatest/7.0.0-SNAPSHOT/javatest-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ javatest --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ javatest --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.tck-javatest-checkstyle) @ javatest --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --< org.glassfish.main.tests.tck:glassfish-external-tck-authorization >-- [INFO] Building TCK: Authorization 7.0.0-SNAPSHOT [285/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ glassfish-external-tck-authorization --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ glassfish-external-tck-authorization --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-external-tck-authorization --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-external-tck-authorization --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-external-tck-authorization --- [INFO] [INFO] --- download-maven-plugin:1.6.7:wget (download-authorization-tck) @ glassfish-external-tck-authorization --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-external-tck-authorization --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-external-tck-authorization --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/classes/META-INF for [INFO] [echo] glassfish-external-tck-authorization [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-glassfish) @ glassfish-external-tck-authorization --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/glassfish.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-tck) @ glassfish-external-tck-authorization --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/jakarta-authorization-tck/7.0.0-SNAPSHOT/jakarta-authorization-tck-7.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (prepare-tck-and-glassfish) @ glassfish-external-tck-authorization --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin [INFO] [exec] Domain domain1 deleted. [INFO] [exec] Command delete-domain executed successfully. [INFO] [exec] Using port 14848 for Admin. [INFO] [exec] Using port 18080 for HTTP Instance. [INFO] [exec] Using port 17676 for JMS. [INFO] [exec] Using port 13700 for IIOP. [INFO] [exec] Using port 18181 for HTTP_SSL. [INFO] [exec] Using port 13820 for IIOP_SSL. [INFO] [exec] Using port 13920 for IIOP_MUTUALAUTH. [INFO] [exec] Using port 18686 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=basic-hkd8v,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] [INFO] [exec] Distinguished Name of the self-signed X.509 Server Certificate is: [INFO] [exec] [CN=basic-hkd8v-instance,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] [INFO] [exec] Domain domain1 created. [INFO] [exec] Domain domain1 admin port is 14848. [INFO] [exec] Domain domain1 allows admin login as user "admin" with no password. [INFO] [exec] Command create-domain executed successfully. [INFO] [exec] Waiting for domain1 to start ..... [INFO] [exec] Successfully started the domain : domain1 [INFO] [exec] domain Location: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1 [INFO] [exec] Log File: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/logs/server.log [INFO] [exec] Admin Port: 14848 [INFO] [exec] Command start-domain executed successfully. [INFO] [exec] Waiting for the domain to stop . [INFO] [exec] Command stop-domain executed successfully. [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/jacctckreport [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/jacctckreport/jacctck [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (configure-tck-tests) @ glassfish-external-tck-authorization --- [INFO] Executing tasks [INFO] [exec] Waiting for domain1 to start .... [INFO] [exec] Successfully started the domain : domain1 [INFO] [exec] domain Location: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1 [INFO] [exec] Log File: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/logs/server.log [INFO] [exec] Admin Port: 14848 [INFO] [exec] Command start-domain executed successfully. [INFO] [exec] Buildfile: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/build.xml [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/weblib [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] Trying to override old definition of datatype string [INFO] [exec] [INFO] [exec] config.vi: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] add.jacc.users: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] create-file-user: [INFO] [exec] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin [INFO] [exec] [exec] Command create-file-user executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] create-file-user: [INFO] [exec] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin [INFO] [exec] [exec] Command create-file-user executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] create-file-user: [INFO] [exec] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin [INFO] [exec] [exec] Command create-file-user executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] create-file-user: [INFO] [exec] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin [INFO] [exec] [exec] Command create-file-user executed successfully. [INFO] [exec] [INFO] [exec] copy.jacc.provider.jar: [INFO] [exec] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib [INFO] [exec] [INFO] [exec] copy.jacc.ext.jars: [INFO] [exec] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/lib [INFO] [exec] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/lib [INFO] [exec] [INFO] [exec] set.orb.port: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] set: [INFO] [exec] [exec] server-config.iiop-service.iiop-listener.orb-listener-1.port=13700 [INFO] [exec] [exec] Command set executed successfully. [INFO] [exec] [INFO] [exec] set.http.ports: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] set: [INFO] [exec] [exec] server-config.network-config.network-listeners.network-listener.http-listener-1.port=18080 [INFO] [exec] [exec] Command set executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] set: [INFO] [exec] [exec] server-config.network-config.network-listeners.network-listener.http-listener-2.port=18181 [INFO] [exec] [exec] Command set executed successfully. [INFO] [exec] [INFO] [exec] checkForFiles: [INFO] [exec] [INFO] [exec] add.cert: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] checkForFiles: [INFO] [exec] [INFO] [exec] import.cert: [INFO] [exec] [exec] Certificate was added to keystore [INFO] [exec] [INFO] [exec] enable.https.server: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] set: [INFO] [exec] [exec] server-config.network-config.network-listeners.network-listener.http-listener-2.enabled=true [INFO] [exec] [exec] Command set executed successfully. [INFO] [exec] [INFO] [exec] enable.jacc: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] enable.jacc: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] create.jacc.vm.options: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] delete-jvm-options: [INFO] [exec] [exec] No jvm-options were deleted (perhaps they never existed in the configuration) [INFO] [exec] [exec] Command delete-jvm-options executed successfully. [INFO] [exec] [INFO] [exec] create-jvm-options: [INFO] [exec] [exec] Created 1 option(s) [INFO] [exec] [exec] Command create-jvm-options executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] delete-jvm-options: [INFO] [exec] [exec] No jvm-options were deleted (perhaps they never existed in the configuration) [INFO] [exec] [exec] Command delete-jvm-options executed successfully. [INFO] [exec] [INFO] [exec] create-jvm-options: [INFO] [exec] [exec] Created 1 option(s) [INFO] [exec] [exec] Command create-jvm-options executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] delete-jvm-options: [INFO] [exec] [exec] No jvm-options were deleted (perhaps they never existed in the configuration) [INFO] [exec] [exec] Command delete-jvm-options executed successfully. [INFO] [exec] [INFO] [exec] create-jvm-options: [INFO] [exec] [exec] Created 1 option(s) [INFO] [exec] [exec] Command create-jvm-options executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] delete-jvm-options: [INFO] [exec] [exec] No jvm-options were deleted (perhaps they never existed in the configuration) [INFO] [exec] [exec] Command delete-jvm-options executed successfully. [INFO] [exec] [INFO] [exec] create-jvm-options: [INFO] [exec] [exec] Created 1 option(s) [INFO] [exec] [exec] Command create-jvm-options executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] delete-one-jvm-option: [INFO] [exec] [exec] No jvm-options were deleted (perhaps they never existed in the configuration) [INFO] [exec] [exec] Command delete-jvm-options executed successfully. [INFO] [exec] [INFO] [exec] create-one-jvm-option: [INFO] [exec] [exec] Created 1 option(s) [INFO] [exec] [exec] Command create-jvm-options executed successfully. [INFO] [exec] [INFO] [exec] restart.server: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] stop-domain: [INFO] [exec] [exec] Waiting for the domain to stop . [INFO] [exec] [exec] Command stop-domain executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] start.appserver: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] start.appserver.unix: [INFO] [exec] [exec] Waiting for domain1 to start .... [INFO] [exec] [exec] Successfully started the domain : domain1 [INFO] [exec] [exec] domain Location: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1 [INFO] [exec] [exec] Log File: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/logs/server.log [INFO] [exec] [exec] Admin Port: 14848 [INFO] [exec] [exec] Command start-domain executed successfully. [INFO] [exec] [echo] The App Server is now available. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] start.appserver.win: [INFO] [exec] [INFO] [exec] config.vi: [INFO] [exec] [INFO] [exec] BUILD SUCCESSFUL [INFO] [exec] Total time: 23 seconds [INFO] [exec] Buildfile: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/build.xml [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] Trying to override old definition of datatype string [INFO] [exec] [INFO] [exec] enable.jacc: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] enable.jacc: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] enable.jacc: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] create.jacc.vm.options: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] delete-jvm-options: [INFO] [exec] [exec] Deleted 1 option(s) [INFO] [exec] [exec] Command delete-jvm-options executed successfully. [INFO] [exec] [INFO] [exec] create-jvm-options: [INFO] [exec] [exec] Created 1 option(s) [INFO] [exec] [exec] Command create-jvm-options executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] delete-jvm-options: [INFO] [exec] [exec] Deleted 1 option(s) [INFO] [exec] [exec] Command delete-jvm-options executed successfully. [INFO] [exec] [INFO] [exec] create-jvm-options: [INFO] [exec] [exec] Created 1 option(s) [INFO] [exec] [exec] Command create-jvm-options executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] delete-jvm-options: [INFO] [exec] [exec] Deleted 1 option(s) [INFO] [exec] [exec] Command delete-jvm-options executed successfully. [INFO] [exec] [INFO] [exec] create-jvm-options: [INFO] [exec] [exec] Created 1 option(s) [INFO] [exec] [exec] Command create-jvm-options executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] delete-jvm-options: [INFO] [exec] [exec] Deleted 1 option(s) [INFO] [exec] [exec] Command delete-jvm-options executed successfully. [INFO] [exec] [INFO] [exec] create-jvm-options: [INFO] [exec] [exec] Created 1 option(s) [INFO] [exec] [exec] Command create-jvm-options executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] delete-one-jvm-option: [INFO] [exec] [exec] Deleted 1 option(s) [INFO] [exec] [exec] Command delete-jvm-options executed successfully. [INFO] [exec] [INFO] [exec] create-one-jvm-option: [INFO] [exec] [exec] Created 1 option(s) [INFO] [exec] [exec] Command create-jvm-options executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] restart.server: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] restart.server: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] stop-domain: [INFO] [exec] [exec] Waiting for the domain to stop . [INFO] [exec] [exec] Command stop-domain executed successfully. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] start.appserver: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] start.appserver.unix: [INFO] [exec] [exec] Waiting for domain1 to start .... [INFO] [exec] [exec] Successfully started the domain : domain1 [INFO] [exec] [exec] domain Location: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1 [INFO] [exec] [exec] Log File: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/logs/server.log [INFO] [exec] [exec] Admin Port: 14848 [INFO] [exec] [exec] Command start-domain executed successfully. [INFO] [exec] [echo] The App Server is now available. [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] checkPlatform: [INFO] [exec] [INFO] [exec] configUnix: [INFO] [exec] [echo] on unix [INFO] [exec] [INFO] [exec] configWindows: [INFO] [exec] [INFO] [exec] convertPaths: [INFO] [exec] [INFO] [exec] configPlatform: [INFO] [exec] [INFO] [exec] start.appserver.win: [INFO] [exec] [INFO] [exec] BUILD SUCCESSFUL [INFO] [exec] Total time: 16 seconds [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-external-tck-authorization --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (run-tck-tests) @ glassfish-external-tck-authorization --- [INFO] Executing tasks [INFO] [echo] Start running all tests [INFO] [exec] Buildfile: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/src/com/sun/ts/tests/build.xml [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] Trying to override old definition of datatype string [INFO] [exec] [INFO] [exec] deploy: [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] setup.archive.set: [INFO] [exec] [INFO] [exec] deploy: [INFO] [exec] [echo] keywords=${keywords} [INFO] [exec] [echo] keywords.direction.forward=true [INFO] [exec] [echo] keywords.direction.reverse=true [INFO] [exec] [echo] Server is Running on host - localhost and port - 18080 [INFO] [exec] [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../.. [INFO] [exec] [echo] In a bundle [INFO] [exec] [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/../../bin. [INFO] [exec] [INFO] [exec] -deploy: [INFO] [exec] [gf.echo] 0 archive(s) to undeploy [INFO] [exec] [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/tmp [INFO] [exec] [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/ejb/mr/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web.war [INFO] [exec] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/ejb/mr/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web.war [INFO] [exec] [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/ejb/mr/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web.war [INFO] [exec] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/tmp [INFO] [exec] [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_web.war [INFO] [exec] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_web.war [INFO] [exec] [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_web.war [INFO] [exec] [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/tmp [INFO] [exec] [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_first_module_web.war [INFO] [exec] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_first_module_web.war [INFO] [exec] [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_first_module_web.war [INFO] [exec] [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/tmp [INFO] [exec] [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_second_module_web.war [INFO] [exec] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_second_module_web.war [INFO] [exec] [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_second_module_web.war [INFO] [exec] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/tmp [INFO] [exec] [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_web.war [INFO] [exec] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_web.war [INFO] [exec] [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_web.war [INFO] [exec] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/tmp [INFO] [exec] [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_web.war [INFO] [exec] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_web.war [INFO] [exec] [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_web.war [INFO] [exec] [gf.echo] 6 archive(s) to deploy [INFO] [exec] [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy [INFO] [exec] [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/dist/com/sun/ts/tests/jacc/ejb/mr/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web.war [INFO] [exec] [gf.echo] Deployment Failed: jacc_ejb_mr_ejblitesecuredjsp_vehicle_web.war [INFO] [exec] [INFO] [exec] BUILD FAILED [INFO] [exec] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/ts.import.xml:113: The following error occurred while executing this line: [INFO] [exec] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/ts.top.import.xml:174: The following error occurred while executing this line: [INFO] [exec] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/impl/glassfish/deploy.xml:53: The following error occurred while executing this line: [INFO] [exec] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/impl/glassfish/deploy.xml:152: The following error occurred while executing this line: [INFO] [exec] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/xml/impl/glassfish/deploy.xml:212: Deployment Failed for one or more archives. Check the server log to see which failed. [INFO] [exec] [INFO] [exec] Total time: 17 seconds [ERROR] [exec] Result: 1 [WARNING] [echo] Running tests failed. [WARNING] [echo] [2022-02-01T17:51:15.248+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1643737875248] [levelValue: 800] [[ [WARNING] [echo] JVM invocation command line: [WARNING] [echo] /opt/tools/java/openjdk/jdk-11/latest/bin/java [WARNING] [echo] -cp [WARNING] [echo] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/modules/glassfish.jar [WARNING] [echo] -XX:+UnlockDiagnosticVMOptions [WARNING] [echo] -XX:NewRatio=2 [WARNING] [echo] -Xmx512m [WARNING] [echo] -Xbootclasspath/a:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib/grizzly-npn-api.jar [WARNING] [echo] --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED [WARNING] [echo] --add-opens=java.base/sun.net.www.protocol.jrt=ALL-UNNAMED [WARNING] [echo] --add-opens=java.base/java.lang=ALL-UNNAMED [WARNING] [echo] --add-opens=java.base/java.util=ALL-UNNAMED [WARNING] [echo] --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED [WARNING] [echo] --add-opens=java.naming/javax.naming.spi=ALL-UNNAMED [WARNING] [echo] --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED [WARNING] [echo] -javaagent:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib/monitor/flashlight-agent.jar [WARNING] [echo] -Djava.awt.headless=true [WARNING] [echo] -Djdk.corba.allowOutputStreamSubclass=true [WARNING] [echo] -Djdk.tls.rejectClientInitiatedRenegotiation=true [WARNING] [echo] -Djavax.xml.accessExternalSchema=all [WARNING] [echo] -Djava.security.policy=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/server.policy [WARNING] [echo] -Djava.security.auth.login.config=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/login.conf [WARNING] [echo] -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as [WARNING] [echo] -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/keystore.jks [WARNING] [echo] -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/cacerts.jks [WARNING] [echo] -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver [WARNING] [echo] -DANTLR_USE_DIRECT_CLASS_LOADING=true [WARNING] [echo] -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory [WARNING] [echo] -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall [WARNING] [echo] -Dosgi.shell.telnet.port=6666 [WARNING] [echo] -Dosgi.shell.telnet.maxconn=1 [WARNING] [echo] -Dosgi.shell.telnet.ip=127.0.0.1 [WARNING] [echo] -Dgosh.args=--nointeractive [WARNING] [echo] -Dfelix.fileinstall.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/modules/autostart/ [WARNING] [echo] -Dfelix.fileinstall.poll=5000 [WARNING] [echo] -Dfelix.fileinstall.log.level=2 [WARNING] [echo] -Dfelix.fileinstall.bundles.new.start=true [WARNING] [echo] -Dfelix.fileinstall.bundles.startTransient=true [WARNING] [echo] -Dfelix.fileinstall.disableConfigSave=false [WARNING] [echo] -Dorg.glassfish.gmbal.no.multipleUpperBoundsException=true [WARNING] [echo] -Dcom.ctc.wstx.returnNullForDefaultNamespace=true [WARNING] [echo] -Dcom.sun.aas.instanceRoot=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1 [WARNING] [echo] -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish [WARNING] [echo] -Djava.library.path=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [WARNING] [echo] com.sun.enterprise.glassfish.bootstrap.ASMain [WARNING] [echo] -upgrade [WARNING] [echo] false [WARNING] [echo] -domaindir [WARNING] [echo] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1 [WARNING] [echo] -read-stdin [WARNING] [echo] true [WARNING] [echo] -asadmin-args [WARNING] [echo] --host,,,localhost,,,--port,,,4848,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains,,,domain1 [WARNING] [echo] -domainname [WARNING] [echo] domain1 [WARNING] [echo] -instancename [WARNING] [echo] server [WARNING] [echo] -type [WARNING] [echo] DAS [WARNING] [echo] -verbose [WARNING] [echo] false [WARNING] [echo] -asadmin-classpath [WARNING] [echo] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib/client/appserver-cli.jar [WARNING] [echo] -debug [WARNING] [echo] false [WARNING] [echo] -asadmin-classname [WARNING] [echo] com.sun.enterprise.admin.cli.AdminMain]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:19.053+0000] [glassfish 7.0] [INFO] [NCLS-LOGGING-00009] [jakarta.enterprise.logging] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737878797] [timeMillis: 1643737879053] [levelValue: 800] [[ [WARNING] [echo] Running GlassFish Version: Eclipse GlassFish 7.0.0 (build origin/master-b149-geec472c 2022-02-01T17:50:07+0000)]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:19.055+0000] [glassfish 7.0] [INFO] [NCLS-LOGGING-00010] [jakarta.enterprise.logging] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737878797] [timeMillis: 1643737879055] [levelValue: 800] [[ [WARNING] [echo] Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:19.195+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737878804] [timeMillis: 1643737879195] [levelValue: 800] [[ [WARNING] [echo] Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:19.198+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737878804] [timeMillis: 1643737879198] [levelValue: 800] [[ [WARNING] [echo] Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:19.225+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737878804] [timeMillis: 1643737879225] [levelValue: 800] [[ [WARNING] [echo] Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:19.328+0000] [glassfish 7.0] [INFO] [] [org.glassfish.ha.store.spi.BackingStoreFactoryRegistry] [tid: _ThreadID=21 _ThreadName=RunLevelControllerThread-1643737878804] [timeMillis: 1643737879328] [levelValue: 800] [[ [WARNING] [echo] Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:19.340+0000] [glassfish 7.0] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737878804] [timeMillis: 1643737879340] [levelValue: 800] [[ [WARNING] [echo] HV000001: Hibernate Validator 7.0.1.Final]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:19.446+0000] [glassfish 7.0] [INFO] [SEC-SVCS-00100] [jakarta.enterprise.security.services] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737878797] [timeMillis: 1643737879446] [levelValue: 800] [[ [WARNING] [echo] Authorization Service has successfully initialized.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:19.768+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1643737878796] [timeMillis: 1643737879768] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 28ms - bound to [/0.0.0.0:18080]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:19.842+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1643737878796] [timeMillis: 1643737879842] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 1ms - bound to [/0.0.0.0:18181]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:19.849+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1643737878796] [timeMillis: 1643737879849] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 1ms - bound to [/0.0.0.0:14848]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:19.947+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=21 _ThreadName=RunLevelControllerThread-1643737878804] [timeMillis: 1643737879947] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 1ms - bound to [/0.0.0.0:13700]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:20.052+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00017] [jakarta.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1643737880052] [levelValue: 800] [[ [WARNING] [echo] Eclipse GlassFish 7.0.0 (origin/master-b149-geec472c 2022-02-01T17:50:07+0000) startup time : Felix (3,178ms), startup services(1,261ms), total(4,439ms)]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:20.481+0000] [glassfish 7.0] [INFO] [NCLS-JMX-00005] [jakarta.enterprise.system.jmx] [tid: _ThreadID=65 _ThreadName=Thread-13] [timeMillis: 1643737880481] [levelValue: 800] [[ [WARNING] [echo] JMXStartupService has started JMXConnector on JMXService URL service:jmx:rmi://basic-hkd8v:18686/jndi/rmi://basic-hkd8v:18686/jmxrmi]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:20.655+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=21 _ThreadName=RunLevelControllerThread-1643737878804] [timeMillis: 1643737880655] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 1ms - bound to [/0.0.0.0:7676]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:20.657+0000] [glassfish 7.0] [INFO] [NCLS-BOOTSTRAP-00027] [jakarta.enterprise.bootstrap] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1643737880657] [levelValue: 800] [[ [WARNING] [echo] Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@7c369270 as OSGi service registration: org.apache.felix.framework.ServiceRegistrationImpl@9f86dc3.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:21.026+0000] [glassfish 7.0] [INFO] [] [org.jvnet.hk2.osgiadapter] [tid: _ThreadID=17 _ThreadName=FelixStartLevel] [timeMillis: 1643737881026] [levelValue: 800] [[ [WARNING] [echo] Skipping registration of inhabitant for service reference [org.osgi.service.metatype.MetaTypeProvider] as the service object could not be obtained.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:22.546+0000] [glassfish 7.0] [INFO] [NCLS-REST-00001] [jakarta.enterprise.admin.rest] [tid: _ThreadID=45 _ThreadName=admin-listener(2)] [timeMillis: 1643737882546] [levelValue: 800] [[ [WARNING] [echo] Listening to REST requests at context: /command/domain.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:22.769+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00092] [jakarta.enterprise.system.core] [tid: _ThreadID=100 _ThreadName=Thread-27] [timeMillis: 1643737882769] [levelValue: 800] [[ [WARNING] [echo] Server shutdown initiated]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:22.824+0000] [glassfish 7.0] [INFO] [NCLS-BOOTSTRAP-00028] [jakarta.enterprise.bootstrap] [tid: _ThreadID=100 _ThreadName=Thread-27] [timeMillis: 1643737882824] [levelValue: 800] [[ [WARNING] [echo] Unregistered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@7c369270 from service registry.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:22.825+0000] [glassfish 7.0] [INFO] [] [] [tid: _ThreadID=100 _ThreadName=Thread-7] [timeMillis: 1643737882825] [levelValue: 800] [[ [WARNING] [echo] FileMonitoring shutdown]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:22.828+0000] [glassfish 7.0] [INFO] [NCLS-JMX-00002] [jakarta.enterprise.system.jmx] [tid: _ThreadID=100 _ThreadName=Thread-27] [timeMillis: 1643737882828] [levelValue: 800] [[ [WARNING] [echo] JMXStartupService: Stopped JMXConnectorServer: null]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:22.829+0000] [glassfish 7.0] [INFO] [NCLS-JMX-00001] [jakarta.enterprise.system.jmx] [tid: _ThreadID=100 _ThreadName=Thread-27] [timeMillis: 1643737882829] [levelValue: 800] [[ [WARNING] [echo] JMXStartupService and JMXConnectors have been shut down.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:22.935+0000] [glassfish 7.0] [INFO] [] [] [tid: _ThreadID=22 _ThreadName=Thread-7] [timeMillis: 1643737882935] [levelValue: 800] [[ [WARNING] [echo] JdbcRuntimeExtension, getAllSystemRAResourcesAndPools = [GlassFishConfigBean.org.glassfish.jdbc.config.JdbcResource, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcResource, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcConnectionPool, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcConnectionPool]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:27.283+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1643737887283] [levelValue: 800] [[ [WARNING] [echo] JVM invocation command line: [WARNING] [echo] /opt/tools/java/openjdk/jdk-11/latest/bin/java [WARNING] [echo] -cp [WARNING] [echo] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/modules/glassfish.jar [WARNING] [echo] -XX:+UnlockDiagnosticVMOptions [WARNING] [echo] -XX:NewRatio=2 [WARNING] [echo] -Xmx512m [WARNING] [echo] -Xbootclasspath/a:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib/grizzly-npn-api.jar [WARNING] [echo] --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED [WARNING] [echo] --add-opens=java.base/sun.net.www.protocol.jrt=ALL-UNNAMED [WARNING] [echo] --add-opens=java.base/java.lang=ALL-UNNAMED [WARNING] [echo] --add-opens=java.base/java.util=ALL-UNNAMED [WARNING] [echo] --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED [WARNING] [echo] --add-opens=java.naming/javax.naming.spi=ALL-UNNAMED [WARNING] [echo] --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED [WARNING] [echo] -javaagent:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib/monitor/flashlight-agent.jar [WARNING] [echo] -Djava.awt.headless=true [WARNING] [echo] -Djdk.corba.allowOutputStreamSubclass=true [WARNING] [echo] -Djdk.tls.rejectClientInitiatedRenegotiation=true [WARNING] [echo] -Djavax.xml.accessExternalSchema=all [WARNING] [echo] -Djava.security.policy=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/server.policy [WARNING] [echo] -Djava.security.auth.login.config=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/login.conf [WARNING] [echo] -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as [WARNING] [echo] -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/keystore.jks [WARNING] [echo] -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/cacerts.jks [WARNING] [echo] -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver [WARNING] [echo] -DANTLR_USE_DIRECT_CLASS_LOADING=true [WARNING] [echo] -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory [WARNING] [echo] -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall [WARNING] [echo] -Dosgi.shell.telnet.port=6666 [WARNING] [echo] -Dosgi.shell.telnet.maxconn=1 [WARNING] [echo] -Dosgi.shell.telnet.ip=127.0.0.1 [WARNING] [echo] -Dgosh.args=--nointeractive [WARNING] [echo] -Dfelix.fileinstall.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/modules/autostart/ [WARNING] [echo] -Dfelix.fileinstall.poll=5000 [WARNING] [echo] -Dfelix.fileinstall.log.level=2 [WARNING] [echo] -Dfelix.fileinstall.bundles.new.start=true [WARNING] [echo] -Dfelix.fileinstall.bundles.startTransient=true [WARNING] [echo] -Dfelix.fileinstall.disableConfigSave=false [WARNING] [echo] -Dorg.glassfish.gmbal.no.multipleUpperBoundsException=true [WARNING] [echo] -Dcom.ctc.wstx.returnNullForDefaultNamespace=true [WARNING] [echo] -Dcom.sun.aas.instanceRoot=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1 [WARNING] [echo] -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish [WARNING] [echo] -Djava.library.path=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [WARNING] [echo] com.sun.enterprise.glassfish.bootstrap.ASMain [WARNING] [echo] -upgrade [WARNING] [echo] false [WARNING] [echo] -domaindir [WARNING] [echo] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1 [WARNING] [echo] -read-stdin [WARNING] [echo] true [WARNING] [echo] -asadmin-args [WARNING] [echo] --host,,,localhost,,,--port,,,4848,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains,,,domain1 [WARNING] [echo] -domainname [WARNING] [echo] domain1 [WARNING] [echo] -instancename [WARNING] [echo] server [WARNING] [echo] -type [WARNING] [echo] DAS [WARNING] [echo] -verbose [WARNING] [echo] false [WARNING] [echo] -asadmin-classpath [WARNING] [echo] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib/client/appserver-cli.jar [WARNING] [echo] -debug [WARNING] [echo] false [WARNING] [echo] -asadmin-classname [WARNING] [echo] com.sun.enterprise.admin.cli.AdminMain]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:30.349+0000] [glassfish 7.0] [INFO] [NCLS-LOGGING-00009] [jakarta.enterprise.logging] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737890096] [timeMillis: 1643737890349] [levelValue: 800] [[ [WARNING] [echo] Running GlassFish Version: Eclipse GlassFish 7.0.0 (build origin/master-b149-geec472c 2022-02-01T17:50:07+0000)]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:30.351+0000] [glassfish 7.0] [INFO] [NCLS-LOGGING-00010] [jakarta.enterprise.logging] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737890096] [timeMillis: 1643737890351] [levelValue: 800] [[ [WARNING] [echo] Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:30.466+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737890122] [timeMillis: 1643737890466] [levelValue: 800] [[ [WARNING] [echo] Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:30.469+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737890122] [timeMillis: 1643737890469] [levelValue: 800] [[ [WARNING] [echo] Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:30.476+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737890122] [timeMillis: 1643737890476] [levelValue: 800] [[ [WARNING] [echo] Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:30.564+0000] [glassfish 7.0] [INFO] [] [org.glassfish.ha.store.spi.BackingStoreFactoryRegistry] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737890122] [timeMillis: 1643737890564] [levelValue: 800] [[ [WARNING] [echo] Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:30.733+0000] [glassfish 7.0] [INFO] [SEC-SVCS-00100] [jakarta.enterprise.security.services] [tid: _ThreadID=21 _ThreadName=RunLevelControllerThread-1643737890103] [timeMillis: 1643737890733] [levelValue: 800] [[ [WARNING] [echo] Authorization Service has successfully initialized.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:30.954+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1643737890094] [timeMillis: 1643737890954] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 23ms - bound to [/0.0.0.0:18080]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:30.983+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1643737890094] [timeMillis: 1643737890983] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 1ms - bound to [/0.0.0.0:18181]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:30.997+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1643737890094] [timeMillis: 1643737890997] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 1ms - bound to [/0.0.0.0:14848]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:31.077+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737890122] [timeMillis: 1643737891077] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 0ms - bound to [/0.0.0.0:13700]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:31.078+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00017] [jakarta.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1643737891078] [levelValue: 800] [[ [WARNING] [echo] Eclipse GlassFish 7.0.0 (origin/master-b149-geec472c 2022-02-01T17:50:07+0000) startup time : Felix (2,436ms), startup services(988ms), total(3,424ms)]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:31.554+0000] [glassfish 7.0] [INFO] [NCLS-JMX-00005] [jakarta.enterprise.system.jmx] [tid: _ThreadID=56 _ThreadName=Thread-13] [timeMillis: 1643737891554] [levelValue: 800] [[ [WARNING] [echo] JMXStartupService has started JMXConnector on JMXService URL service:jmx:rmi://basic-hkd8v:18686/jndi/rmi://basic-hkd8v:18686/jmxrmi]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:31.632+0000] [glassfish 7.0] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=21 _ThreadName=RunLevelControllerThread-1643737890103] [timeMillis: 1643737891632] [levelValue: 800] [[ [WARNING] [echo] HV000001: Hibernate Validator 7.0.1.Final]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:32.232+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=21 _ThreadName=RunLevelControllerThread-1643737890103] [timeMillis: 1643737892232] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 1ms - bound to [/0.0.0.0:7676]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:32.234+0000] [glassfish 7.0] [INFO] [NCLS-BOOTSTRAP-00027] [jakarta.enterprise.bootstrap] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1643737892234] [levelValue: 800] [[ [WARNING] [echo] Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@6345e7b9 as OSGi service registration: org.apache.felix.framework.ServiceRegistrationImpl@4f8b4bd0.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:32.636+0000] [glassfish 7.0] [INFO] [] [org.jvnet.hk2.osgiadapter] [tid: _ThreadID=17 _ThreadName=FelixStartLevel] [timeMillis: 1643737892636] [levelValue: 800] [[ [WARNING] [echo] Skipping registration of inhabitant for service reference [org.osgi.service.metatype.MetaTypeProvider] as the service object could not be obtained.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:34.982+0000] [glassfish 7.0] [INFO] [NCLS-REST-00001] [jakarta.enterprise.admin.rest] [tid: _ThreadID=45 _ThreadName=admin-listener(1)] [timeMillis: 1643737894982] [levelValue: 800] [[ [WARNING] [echo] Listening to REST requests at context: /command/domain.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:35.255+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01117] [jakarta.enterprise.system.core.security] [tid: _ThreadID=46 _ThreadName=admin-listener(2)] [timeMillis: 1643737895255] [levelValue: 800] [[ [WARNING] [echo] Realm [file] successfully updated.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:36.246+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01117] [jakarta.enterprise.system.core.security] [tid: _ThreadID=48 _ThreadName=admin-listener(4)] [timeMillis: 1643737896246] [levelValue: 800] [[ [WARNING] [echo] Realm [file] successfully updated.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:37.228+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01117] [jakarta.enterprise.system.core.security] [tid: _ThreadID=45 _ThreadName=admin-listener(1)] [timeMillis: 1643737897228] [levelValue: 800] [[ [WARNING] [echo] Realm [file] successfully updated.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:37.930+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01117] [jakarta.enterprise.system.core.security] [tid: _ThreadID=47 _ThreadName=admin-listener(3)] [timeMillis: 1643737897930] [levelValue: 800] [[ [WARNING] [echo] Realm [file] successfully updated.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:39.539+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=72 _ThreadName=pool-10-thread-1] [timeMillis: 1643737899539] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 1ms - bound to [/0.0.0.0:18080]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:40.277+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=70 _ThreadName=pool-13-thread-1] [timeMillis: 1643737900277] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 0ms - bound to [/0.0.0.0:18181]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:41.431+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=69 _ThreadName=pool-12-thread-1] [timeMillis: 1643737901431] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 0ms - bound to [/0.0.0.0:18181]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:48.856+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00092] [jakarta.enterprise.system.core] [tid: _ThreadID=121 _ThreadName=Thread-27] [timeMillis: 1643737908856] [levelValue: 800] [[ [WARNING] [echo] Server shutdown initiated]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:48.862+0000] [glassfish 7.0] [INFO] [NCLS-BOOTSTRAP-00028] [jakarta.enterprise.bootstrap] [tid: _ThreadID=121 _ThreadName=Thread-27] [timeMillis: 1643737908862] [levelValue: 800] [[ [WARNING] [echo] Unregistered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@6345e7b9 from service registry.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:48.864+0000] [glassfish 7.0] [INFO] [] [] [tid: _ThreadID=121 _ThreadName=Thread-7] [timeMillis: 1643737908864] [levelValue: 800] [[ [WARNING] [echo] FileMonitoring shutdown]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:48.868+0000] [glassfish 7.0] [INFO] [NCLS-JMX-00002] [jakarta.enterprise.system.jmx] [tid: _ThreadID=121 _ThreadName=Thread-27] [timeMillis: 1643737908868] [levelValue: 800] [[ [WARNING] [echo] JMXStartupService: Stopped JMXConnectorServer: null]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:48.868+0000] [glassfish 7.0] [INFO] [NCLS-JMX-00001] [jakarta.enterprise.system.jmx] [tid: _ThreadID=121 _ThreadName=Thread-27] [timeMillis: 1643737908868] [levelValue: 800] [[ [WARNING] [echo] JMXStartupService and JMXConnectors have been shut down.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:49.031+0000] [glassfish 7.0] [INFO] [] [] [tid: _ThreadID=19 _ThreadName=Thread-7] [timeMillis: 1643737909031] [levelValue: 800] [[ [WARNING] [echo] JdbcRuntimeExtension, getAllSystemRAResourcesAndPools = [GlassFishConfigBean.org.glassfish.jdbc.config.JdbcResource, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcResource, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcConnectionPool, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcConnectionPool]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:50.828+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1643737910828] [levelValue: 800] [[ [WARNING] [echo] JVM invocation command line: [WARNING] [echo] /opt/tools/java/openjdk/jdk-11/latest/bin/java [WARNING] [echo] -cp [WARNING] [echo] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/modules/glassfish.jar [WARNING] [echo] -XX:+UnlockDiagnosticVMOptions [WARNING] [echo] -XX:NewRatio=2 [WARNING] [echo] -Xmx512m [WARNING] [echo] -Xbootclasspath/a:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib/grizzly-npn-api.jar [WARNING] [echo] --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED [WARNING] [echo] --add-opens=java.base/sun.net.www.protocol.jrt=ALL-UNNAMED [WARNING] [echo] --add-opens=java.base/java.lang=ALL-UNNAMED [WARNING] [echo] --add-opens=java.base/java.util=ALL-UNNAMED [WARNING] [echo] --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED [WARNING] [echo] --add-opens=java.naming/javax.naming.spi=ALL-UNNAMED [WARNING] [echo] --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED [WARNING] [echo] -javaagent:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib/monitor/flashlight-agent.jar [WARNING] [echo] -Djava.awt.headless=true [WARNING] [echo] -Djdk.corba.allowOutputStreamSubclass=true [WARNING] [echo] -Djdk.tls.rejectClientInitiatedRenegotiation=true [WARNING] [echo] -Djavax.xml.accessExternalSchema=all [WARNING] [echo] -Djava.security.policy=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/server.policy [WARNING] [echo] -Djava.security.auth.login.config=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/login.conf [WARNING] [echo] -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as [WARNING] [echo] -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/keystore.jks [WARNING] [echo] -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/cacerts.jks [WARNING] [echo] -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver [WARNING] [echo] -DANTLR_USE_DIRECT_CLASS_LOADING=true [WARNING] [echo] -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory [WARNING] [echo] -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall [WARNING] [echo] -Dosgi.shell.telnet.port=6666 [WARNING] [echo] -Dosgi.shell.telnet.maxconn=1 [WARNING] [echo] -Dosgi.shell.telnet.ip=127.0.0.1 [WARNING] [echo] -Dgosh.args=--nointeractive [WARNING] [echo] -Dfelix.fileinstall.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/modules/autostart/ [WARNING] [echo] -Dfelix.fileinstall.poll=5000 [WARNING] [echo] -Dfelix.fileinstall.log.level=2 [WARNING] [echo] -Dfelix.fileinstall.bundles.new.start=true [WARNING] [echo] -Dfelix.fileinstall.bundles.startTransient=true [WARNING] [echo] -Dfelix.fileinstall.disableConfigSave=false [WARNING] [echo] -Dorg.glassfish.gmbal.no.multipleUpperBoundsException=true [WARNING] [echo] -Dcom.ctc.wstx.returnNullForDefaultNamespace=true [WARNING] [echo] -Djakarta.security.jacc.policy.provider=com.sun.ts.tests.jacc.provider.TSPolicy [WARNING] [echo] -Dvendor.jakarta.security.jacc.policy.provider=com.sun.enterprise.security.jacc.provider.SimplePolicyProvider [WARNING] [echo] -Djakarta.security.jacc.PolicyConfigurationFactory.provider=com.sun.ts.tests.jacc.provider.TSPolicyConfigurationFactoryImpl [WARNING] [echo] -Dvendor.jakarta.security.jacc.PolicyConfigurationFactory.provider=com.sun.enterprise.security.jacc.provider.SimplePolicyConfigurationFactory [WARNING] [echo] -Dlog.file.location=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/logs [WARNING] [echo] -Dcom.sun.aas.instanceRoot=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1 [WARNING] [echo] -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish [WARNING] [echo] -Djava.library.path=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [WARNING] [echo] com.sun.enterprise.glassfish.bootstrap.ASMain [WARNING] [echo] -upgrade [WARNING] [echo] false [WARNING] [echo] -domaindir [WARNING] [echo] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1 [WARNING] [echo] -read-stdin [WARNING] [echo] true [WARNING] [echo] -asadmin-args [WARNING] [echo] --host,,,localhost,,,--port,,,4848,,,--user,,,admin,,,--passwordfile,,,/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/password.txt,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains,,,domain1 [WARNING] [echo] -domainname [WARNING] [echo] domain1 [WARNING] [echo] -instancename [WARNING] [echo] server [WARNING] [echo] -type [WARNING] [echo] DAS [WARNING] [echo] -verbose [WARNING] [echo] false [WARNING] [echo] -asadmin-classpath [WARNING] [echo] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib/client/appserver-cli.jar [WARNING] [echo] -debug [WARNING] [echo] false [WARNING] [echo] -asadmin-classname [WARNING] [echo] com.sun.enterprise.admin.cli.AdminMain]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:54.092+0000] [glassfish 7.0] [INFO] [NCLS-LOGGING-00009] [jakarta.enterprise.logging] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737913854] [timeMillis: 1643737914092] [levelValue: 800] [[ [WARNING] [echo] Running GlassFish Version: Eclipse GlassFish 7.0.0 (build origin/master-b149-geec472c 2022-02-01T17:50:07+0000)]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:54.122+0000] [glassfish 7.0] [INFO] [NCLS-LOGGING-00010] [jakarta.enterprise.logging] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737913854] [timeMillis: 1643737914122] [levelValue: 800] [[ [WARNING] [echo] Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:54.241+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737913862] [timeMillis: 1643737914241] [levelValue: 800] [[ [WARNING] [echo] Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:54.244+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737913862] [timeMillis: 1643737914244] [levelValue: 800] [[ [WARNING] [echo] Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:54.253+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737913862] [timeMillis: 1643737914253] [levelValue: 800] [[ [WARNING] [echo] Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:54.342+0000] [glassfish 7.0] [INFO] [] [org.glassfish.ha.store.spi.BackingStoreFactoryRegistry] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737913854] [timeMillis: 1643737914342] [levelValue: 800] [[ [WARNING] [echo] Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:54.528+0000] [glassfish 7.0] [INFO] [SEC-SVCS-00100] [jakarta.enterprise.security.services] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737913854] [timeMillis: 1643737914528] [levelValue: 800] [[ [WARNING] [echo] Authorization Service has successfully initialized.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:54.738+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1643737913851] [timeMillis: 1643737914738] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 34ms - bound to [/0.0.0.0:18080]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:54.774+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1643737913851] [timeMillis: 1643737914774] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 15ms - bound to [/0.0.0.0:18181]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:54.781+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1643737913851] [timeMillis: 1643737914781] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 0ms - bound to [/0.0.0.0:14848]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:54.830+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737913854] [timeMillis: 1643737914830] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 1ms - bound to [/0.0.0.0:13700]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:54.831+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00017] [jakarta.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1643737914831] [levelValue: 800] [[ [WARNING] [echo] Eclipse GlassFish 7.0.0 (origin/master-b149-geec472c 2022-02-01T17:50:07+0000) startup time : Felix (2,632ms), startup services(985ms), total(3,617ms)]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:55.225+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=21 _ThreadName=RunLevelControllerThread-1643737913862] [timeMillis: 1643737915225] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 1ms - bound to [/0.0.0.0:7676]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:55.227+0000] [glassfish 7.0] [INFO] [NCLS-BOOTSTRAP-00027] [jakarta.enterprise.bootstrap] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1643737915227] [levelValue: 800] [[ [WARNING] [echo] Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@6f7e336b as OSGi service registration: org.apache.felix.framework.ServiceRegistrationImpl@3a2b2322.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:55.329+0000] [glassfish 7.0] [INFO] [NCLS-JMX-00005] [jakarta.enterprise.system.jmx] [tid: _ThreadID=57 _ThreadName=Thread-13] [timeMillis: 1643737915329] [levelValue: 800] [[ [WARNING] [echo] JMXStartupService has started JMXConnector on JMXService URL service:jmx:rmi://basic-hkd8v:18686/jndi/rmi://basic-hkd8v:18686/jmxrmi]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:55.454+0000] [glassfish 7.0] [INFO] [] [org.jvnet.hk2.osgiadapter] [tid: _ThreadID=17 _ThreadName=FelixStartLevel] [timeMillis: 1643737915454] [levelValue: 800] [[ [WARNING] [echo] Skipping registration of inhabitant for service reference [org.osgi.service.metatype.MetaTypeProvider] as the service object could not be obtained.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:58.739+0000] [glassfish 7.0] [INFO] [NCLS-REST-00001] [jakarta.enterprise.admin.rest] [tid: _ThreadID=46 _ThreadName=admin-listener(1)] [timeMillis: 1643737918739] [levelValue: 800] [[ [WARNING] [echo] Listening to REST requests at context: /command/domain.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:51:58.826+0000] [glassfish 7.0] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=46 _ThreadName=admin-listener(1)] [timeMillis: 1643737918826] [levelValue: 800] [[ [WARNING] [echo] HV000001: Hibernate Validator 7.0.1.Final]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:06.063+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00092] [jakarta.enterprise.system.core] [tid: _ThreadID=98 _ThreadName=Thread-25] [timeMillis: 1643737926063] [levelValue: 800] [[ [WARNING] [echo] Server shutdown initiated]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:06.071+0000] [glassfish 7.0] [INFO] [NCLS-BOOTSTRAP-00028] [jakarta.enterprise.bootstrap] [tid: _ThreadID=98 _ThreadName=Thread-25] [timeMillis: 1643737926071] [levelValue: 800] [[ [WARNING] [echo] Unregistered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@6f7e336b from service registry.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:06.122+0000] [glassfish 7.0] [INFO] [] [] [tid: _ThreadID=98 _ThreadName=Thread-7] [timeMillis: 1643737926122] [levelValue: 800] [[ [WARNING] [echo] FileMonitoring shutdown]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:06.126+0000] [glassfish 7.0] [INFO] [NCLS-JMX-00002] [jakarta.enterprise.system.jmx] [tid: _ThreadID=98 _ThreadName=Thread-25] [timeMillis: 1643737926126] [levelValue: 800] [[ [WARNING] [echo] JMXStartupService: Stopped JMXConnectorServer: null]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:06.127+0000] [glassfish 7.0] [INFO] [NCLS-JMX-00001] [jakarta.enterprise.system.jmx] [tid: _ThreadID=98 _ThreadName=Thread-25] [timeMillis: 1643737926127] [levelValue: 800] [[ [WARNING] [echo] JMXStartupService and JMXConnectors have been shut down.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:06.239+0000] [glassfish 7.0] [INFO] [] [] [tid: _ThreadID=99 _ThreadName=Thread-7] [timeMillis: 1643737926239] [levelValue: 800] [[ [WARNING] [echo] JdbcRuntimeExtension, getAllSystemRAResourcesAndPools = [GlassFishConfigBean.org.glassfish.jdbc.config.JdbcResource, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcResource, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcConnectionPool, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcConnectionPool]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:08.083+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [jakarta.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1643737928083] [levelValue: 800] [[ [WARNING] [echo] JVM invocation command line: [WARNING] [echo] /opt/tools/java/openjdk/jdk-11/latest/bin/java [WARNING] [echo] -cp [WARNING] [echo] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/modules/glassfish.jar [WARNING] [echo] -XX:+UnlockDiagnosticVMOptions [WARNING] [echo] -XX:NewRatio=2 [WARNING] [echo] -Xmx512m [WARNING] [echo] -Xbootclasspath/a:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib/grizzly-npn-api.jar [WARNING] [echo] --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED [WARNING] [echo] --add-opens=java.base/sun.net.www.protocol.jrt=ALL-UNNAMED [WARNING] [echo] --add-opens=java.base/java.lang=ALL-UNNAMED [WARNING] [echo] --add-opens=java.base/java.util=ALL-UNNAMED [WARNING] [echo] --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED [WARNING] [echo] --add-opens=java.naming/javax.naming.spi=ALL-UNNAMED [WARNING] [echo] --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED [WARNING] [echo] -javaagent:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib/monitor/flashlight-agent.jar [WARNING] [echo] -Djava.awt.headless=true [WARNING] [echo] -Djdk.corba.allowOutputStreamSubclass=true [WARNING] [echo] -Djdk.tls.rejectClientInitiatedRenegotiation=true [WARNING] [echo] -Djavax.xml.accessExternalSchema=all [WARNING] [echo] -Djava.security.policy=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/server.policy [WARNING] [echo] -Djava.security.auth.login.config=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/login.conf [WARNING] [echo] -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as [WARNING] [echo] -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/keystore.jks [WARNING] [echo] -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/config/cacerts.jks [WARNING] [echo] -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver [WARNING] [echo] -DANTLR_USE_DIRECT_CLASS_LOADING=true [WARNING] [echo] -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory [WARNING] [echo] -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall [WARNING] [echo] -Dosgi.shell.telnet.port=6666 [WARNING] [echo] -Dosgi.shell.telnet.maxconn=1 [WARNING] [echo] -Dosgi.shell.telnet.ip=127.0.0.1 [WARNING] [echo] -Dgosh.args=--nointeractive [WARNING] [echo] -Dfelix.fileinstall.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/modules/autostart/ [WARNING] [echo] -Dfelix.fileinstall.poll=5000 [WARNING] [echo] -Dfelix.fileinstall.log.level=2 [WARNING] [echo] -Dfelix.fileinstall.bundles.new.start=true [WARNING] [echo] -Dfelix.fileinstall.bundles.startTransient=true [WARNING] [echo] -Dfelix.fileinstall.disableConfigSave=false [WARNING] [echo] -Dorg.glassfish.gmbal.no.multipleUpperBoundsException=true [WARNING] [echo] -Dcom.ctc.wstx.returnNullForDefaultNamespace=true [WARNING] [echo] -Djakarta.security.jacc.policy.provider=com.sun.ts.tests.jacc.provider.TSPolicy [WARNING] [echo] -Dvendor.jakarta.security.jacc.policy.provider=com.sun.enterprise.security.jacc.provider.SimplePolicyProvider [WARNING] [echo] -Djakarta.security.jacc.PolicyConfigurationFactory.provider=com.sun.ts.tests.jacc.provider.TSPolicyConfigurationFactoryImpl [WARNING] [echo] -Dvendor.jakarta.security.jacc.PolicyConfigurationFactory.provider=com.sun.enterprise.security.jacc.provider.SimplePolicyConfigurationFactory [WARNING] [echo] -Dlog.file.location=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/logs [WARNING] [echo] -Dcom.sun.aas.instanceRoot=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1 [WARNING] [echo] -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish [WARNING] [echo] -Djava.library.path=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [WARNING] [echo] com.sun.enterprise.glassfish.bootstrap.ASMain [WARNING] [echo] -upgrade [WARNING] [echo] false [WARNING] [echo] -domaindir [WARNING] [echo] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1 [WARNING] [echo] -read-stdin [WARNING] [echo] true [WARNING] [echo] -asadmin-args [WARNING] [echo] --host,,,localhost,,,--port,,,4848,,,--user,,,admin,,,--passwordfile,,,/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/bin/password.txt,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains,,,domain1 [WARNING] [echo] -domainname [WARNING] [echo] domain1 [WARNING] [echo] -instancename [WARNING] [echo] server [WARNING] [echo] -type [WARNING] [echo] DAS [WARNING] [echo] -verbose [WARNING] [echo] false [WARNING] [echo] -asadmin-classpath [WARNING] [echo] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib/client/appserver-cli.jar [WARNING] [echo] -debug [WARNING] [echo] false [WARNING] [echo] -asadmin-classname [WARNING] [echo] com.sun.enterprise.admin.cli.AdminMain]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:11.282+0000] [glassfish 7.0] [INFO] [NCLS-LOGGING-00009] [jakarta.enterprise.logging] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737931057] [timeMillis: 1643737931282] [levelValue: 800] [[ [WARNING] [echo] Running GlassFish Version: Eclipse GlassFish 7.0.0 (build origin/master-b149-geec472c 2022-02-01T17:50:07+0000)]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:11.284+0000] [glassfish 7.0] [INFO] [NCLS-LOGGING-00010] [jakarta.enterprise.logging] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737931057] [timeMillis: 1643737931284] [levelValue: 800] [[ [WARNING] [echo] Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:11.435+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737931065] [timeMillis: 1643737931435] [levelValue: 800] [[ [WARNING] [echo] Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:11.438+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737931065] [timeMillis: 1643737931438] [levelValue: 800] [[ [WARNING] [echo] Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:11.468+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01115] [jakarta.enterprise.system.core.security] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737931065] [timeMillis: 1643737931468] [levelValue: 800] [[ [WARNING] [echo] Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:11.647+0000] [glassfish 7.0] [INFO] [] [org.glassfish.ha.store.spi.BackingStoreFactoryRegistry] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737931057] [timeMillis: 1643737931647] [levelValue: 800] [[ [WARNING] [echo] Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:11.832+0000] [glassfish 7.0] [INFO] [SEC-SVCS-00100] [jakarta.enterprise.security.services] [tid: _ThreadID=22 _ThreadName=RunLevelControllerThread-1643737931065] [timeMillis: 1643737931832] [levelValue: 800] [[ [WARNING] [echo] Authorization Service has successfully initialized.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:12.039+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1643737931054] [timeMillis: 1643737932039] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 38ms - bound to [/0.0.0.0:18080]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:12.068+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1643737931054] [timeMillis: 1643737932068] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 1ms - bound to [/0.0.0.0:18181]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:12.081+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1643737931054] [timeMillis: 1643737932081] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 1ms - bound to [/0.0.0.0:14848]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:12.154+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=20 _ThreadName=RunLevelControllerThread-1643737931057] [timeMillis: 1643737932154] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 1ms - bound to [/0.0.0.0:13700]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:12.155+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00017] [jakarta.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1643737932155] [levelValue: 800] [[ [WARNING] [echo] Eclipse GlassFish 7.0.0 (origin/master-b149-geec472c 2022-02-01T17:50:07+0000) startup time : Felix (2,607ms), startup services(1,105ms), total(3,712ms)]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:12.464+0000] [glassfish 7.0] [INFO] [NCLS-CORE-00087] [jakarta.enterprise.system.core] [tid: _ThreadID=21 _ThreadName=RunLevelControllerThread-1643737931065] [timeMillis: 1643737932464] [levelValue: 800] [[ [WARNING] [echo] Grizzly Framework 3.0.1 started in: 0ms - bound to [/0.0.0.0:7676]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:12.467+0000] [glassfish 7.0] [INFO] [NCLS-BOOTSTRAP-00027] [jakarta.enterprise.bootstrap] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1643737932467] [levelValue: 800] [[ [WARNING] [echo] Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@6f7e336b as OSGi service registration: org.apache.felix.framework.ServiceRegistrationImpl@3a2b2322.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:12.540+0000] [glassfish 7.0] [INFO] [NCLS-JMX-00005] [jakarta.enterprise.system.jmx] [tid: _ThreadID=56 _ThreadName=Thread-13] [timeMillis: 1643737932540] [levelValue: 800] [[ [WARNING] [echo] JMXStartupService has started JMXConnector on JMXService URL service:jmx:rmi://basic-hkd8v:18686/jndi/rmi://basic-hkd8v:18686/jmxrmi]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:12.761+0000] [glassfish 7.0] [INFO] [] [org.jvnet.hk2.osgiadapter] [tid: _ThreadID=17 _ThreadName=FelixStartLevel] [timeMillis: 1643737932761] [levelValue: 800] [[ [WARNING] [echo] Skipping registration of inhabitant for service reference [org.osgi.service.metatype.MetaTypeProvider] as the service object could not be obtained.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:16.249+0000] [glassfish 7.0] [INFO] [NCLS-DEPLOYMENT-02027] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737936249] [levelValue: 800] [[ [WARNING] [echo] Selecting file /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_web_principal2role_second_module_web.war for autodeployment]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:16.322+0000] [glassfish 7.0] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737936322] [levelValue: 800] [[ [WARNING] [echo] HV000001: Hibernate Validator 7.0.1.Final]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:17.161+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737937161] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:17.912+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01002] [jakarta.enterprise.system.core.security] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737937912] [levelValue: 800] [[ [WARNING] [echo] Java security manager is disabled.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:17.913+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01010] [jakarta.enterprise.system.core.security] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737937913] [levelValue: 800] [[ [WARNING] [echo] Entering Security Startup Service.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:17.923+0000] [glassfish 7.0] [WARNING] [NCLS-SECURITY-01146] [jakarta.enterprise.system.core.security] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737937923] [levelValue: 900] [[ [WARNING] [echo] Policy configuration factory overridden by property jakarta.security.jacc.PolicyConfigurationFactory.provider with value com.sun.ts.tests.jacc.provider.TSPolicyConfigurationFactoryImpl]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:17.927+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01140] [jakarta.enterprise.system.core.security] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737937927] [levelValue: 800] [[ [WARNING] [echo] Policy provider configuration overridden by property jakarta.security.jacc.policy.provider with value com.sun.ts.tests.jacc.provider.TSPolicy.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:17.928+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01143] [jakarta.enterprise.system.core.security] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737937928] [levelValue: 800] [[ [WARNING] [echo] Loading policy provider com.sun.ts.tests.jacc.provider.TSPolicy.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:17.934+0000] [glassfish 7.0] [INFO] [] [] [tid: _ThreadID=54 _ThreadName=Thread-7] [timeMillis: 1643737937934] [levelValue: 800] [[ [WARNING] [echo] XXXX: in initializeTSLogger() - about to create JACCLog.txt]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:18.028+0000] [glassfish 7.0] [INFO] [NCLS-SECURITY-01011] [jakarta.enterprise.system.core.security] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737938028] [levelValue: 800] [[ [WARNING] [echo] Security Service(s) started successfully.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:18.342+0000] [glassfish 7.0] [INFO] [AS-WEB-GLUE-00198] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737938342] [levelValue: 800] [[ [WARNING] [echo] Created HTTP listener http-listener-1 on host/port 0.0.0.0:18080]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:18.348+0000] [glassfish 7.0] [INFO] [AS-WEB-GLUE-00198] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737938348] [levelValue: 800] [[ [WARNING] [echo] Created HTTP listener http-listener-2 on host/port 0.0.0.0:18181]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:18.350+0000] [glassfish 7.0] [INFO] [AS-WEB-GLUE-00198] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737938350] [levelValue: 800] [[ [WARNING] [echo] Created HTTP listener admin-listener on host/port 0.0.0.0:14848]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:18.374+0000] [glassfish 7.0] [INFO] [AS-WEB-GLUE-00200] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737938374] [levelValue: 800] [[ [WARNING] [echo] Created virtual server server]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:18.381+0000] [glassfish 7.0] [INFO] [AS-WEB-GLUE-00200] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737938381] [levelValue: 800] [[ [WARNING] [echo] Created virtual server __asadmin]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:18.530+0000] [glassfish 7.0] [INFO] [AS-WEB-CORE-00306] [jakarta.enterprise.web.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737938530] [levelValue: 800] [[ [WARNING] [echo] Setting JAAS app name glassfish-web]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:18.531+0000] [glassfish 7.0] [INFO] [AS-WEB-GLUE-00201] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737938531] [levelValue: 800] [[ [WARNING] [echo] Virtual server server loaded default web module ]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:18.823+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737938823] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:18.825+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737938825] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:18.924+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737938924] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /second_resource.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:20.060+0000] [glassfish 7.0] [INFO] [AS-WEB-GLUE-00172] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737940060] [levelValue: 800] [[ [WARNING] [echo] Loading application [jacc_web_principal2role_second_module_web] at [/jacc_web_principal2role_second_module_web]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:20.164+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737940164] [levelValue: 800] [[ [WARNING] [echo] jacc_web_principal2role_second_module_web was successfully deployed in 3,676 milliseconds.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:20.167+0000] [glassfish 7.0] [INFO] [NCLS-DEPLOYMENT-02035] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737940167] [levelValue: 800] [[ [WARNING] [echo] [AutoDeploy] Successfully autodeployed : /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_web_principal2role_second_module_web.war.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:20.168+0000] [glassfish 7.0] [INFO] [NCLS-DEPLOYMENT-02027] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737940168] [levelValue: 800] [[ [WARNING] [echo] Selecting file /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_web_providerContracts_web.war for autodeployment]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:20.262+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737940262] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:20.266+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737940266] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:20.268+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737940268] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:20.330+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737940330] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /anyauthuser.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:20.330+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737940330] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /AccessToAll.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:20.331+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737940331] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /secured.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:21.142+0000] [glassfish 7.0] [INFO] [AS-WEB-GLUE-00172] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737941142] [levelValue: 800] [[ [WARNING] [echo] Loading application [jacc_web_providerContracts_web] at [/jacc_web_providerContracts_web]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:21.154+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737941154] [levelValue: 800] [[ [WARNING] [echo] jacc_web_providerContracts_web was successfully deployed in 984 milliseconds.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:21.155+0000] [glassfish 7.0] [INFO] [NCLS-DEPLOYMENT-02035] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737941155] [levelValue: 800] [[ [WARNING] [echo] [AutoDeploy] Successfully autodeployed : /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_web_providerContracts_web.war.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:21.155+0000] [glassfish 7.0] [INFO] [NCLS-DEPLOYMENT-02027] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737941155] [levelValue: 800] [[ [WARNING] [echo] Selecting file /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web.war for autodeployment]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:21.370+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737941370] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:21.574+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737941574] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:21.688+0000] [glassfish 7.0] [WARNING] [] [global] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737941688] [levelValue: 900] [[ [WARNING] [echo] The annotation symbol inheritance is not supported. [WARNING] [echo] symbol: TYPE [WARNING] [echo] location: class com.sun.ts.tests.jacc.ejb.mr.InterMediateBean [WARNING] [echo] [WARNING] [echo] ]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:21.692+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737941692] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:21.726+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737941726] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:21.796+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737941796] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /ejblitesecuredjsp_vehicle.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:21.935+0000] [glassfish 7.0] [INFO] [AS-EJB-00054] [jakarta.enterprise.ejb.container] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737941935] [levelValue: 800] [[ [WARNING] [echo] Portable JNDI names for EJB InterMediateBean: [java:global/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web/InterMediateBean!com.sun.ts.tests.jacc.ejb.mr.InterMediate, java:global/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web/InterMediateBean]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:22.002+0000] [glassfish 7.0] [INFO] [AS-EJB-00054] [jakarta.enterprise.ejb.container] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737942002] [levelValue: 800] [[ [WARNING] [echo] Portable JNDI names for EJB TargetBean: [java:global/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web/TargetBean, java:global/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web/TargetBean!com.sun.ts.tests.jacc.ejb.mr.Target]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:22.030+0000] [glassfish 7.0] [INFO] [] [org.jboss.weld.Version] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737942030] [levelValue: 800] [[ [WARNING] [echo] WELD-000900: 5.0.0 (Alpha2)]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:22.661+0000] [glassfish 7.0] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737942661] [levelValue: 800] [[ [WARNING] [echo] WELD-000411: Observer method [BackedAnnotatedMethod] org.glassfish.sse.impl.ServerSentEventCdiExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:22.671+0000] [glassfish 7.0] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737942671] [levelValue: 800] [[ [WARNING] [echo] WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:22.677+0000] [glassfish 7.0] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737942677] [levelValue: 800] [[ [WARNING] [echo] WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jms.injection.JMSCDIExtension.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:23.779+0000] [glassfish 7.0] [INFO] [faces.config.listener.version] [jakarta.enterprise.resource.webcontainer.faces.config] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737943779] [levelValue: 800] [[ [WARNING] [echo] Initializing Mojarra 4.0.0-M2 for context '/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web']] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.473+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944473] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /ejblitesecuredjsp_vehicle.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.571+0000] [glassfish 7.0] [SEVERE] [] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944571] [levelValue: 1000] [[ [WARNING] [echo] WebModule[/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web]Servlet &#x2f;jacc_ejb_mr_ejblitesecuredjsp_vehicle_web threw load() exception [WARNING] [echo] org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at org.glassfish.wasp.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:56) [WARNING] [echo] at org.glassfish.wasp.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:323) [WARNING] [echo] at org.glassfish.wasp.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:125) [WARNING] [echo] at org.glassfish.wasp.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:350) [WARNING] [echo] at org.glassfish.wasp.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:177) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parseTaglibDirective(Parser.java:398) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parseDirective(Parser.java:454) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parseElements(Parser.java:1350) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parse(Parser.java:120) [WARNING] [echo] at org.glassfish.wasp.compiler.ParserController.doParse(ParserController.java:181) [WARNING] [echo] at org.glassfish.wasp.compiler.ParserController.parse(ParserController.java:100) [WARNING] [echo] at org.glassfish.wasp.compiler.Compiler.generateJava(Compiler.java:157) [WARNING] [echo] at org.glassfish.wasp.compiler.Compiler.compile(Compiler.java:385) [WARNING] [echo] at org.glassfish.wasp.JspCompilationContext.compile(JspCompilationContext.java:561) [WARNING] [echo] at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:288) [WARNING] [echo] at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) [WARNING] [echo] at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) [WARNING] [echo] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) [WARNING] [echo] at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1515) [WARNING] [echo] at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1283) [WARNING] [echo] at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5361) [WARNING] [echo] at org.apache.catalina.core.StandardContext.start(StandardContext.java:5606) [WARNING] [echo] at com.sun.enterprise.web.WebModule.start(WebModule.java:511) [WARNING] [echo] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:877) [WARNING] [echo] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:860) [WARNING] [echo] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:644) [WARNING] [echo] at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2021) [WARNING] [echo] at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1667) [WARNING] [echo] at com.sun.enterprise.web.WebApplication.start(WebApplication.java:82) [WARNING] [echo] at org.glassfish.internal.data.EngineRef.start(EngineRef.java:98) [WARNING] [echo] at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:267) [WARNING] [echo] at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:328) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:480) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:199) [WARNING] [echo] at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:467) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:516) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:512) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:511) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:542) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:534) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:533) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1441) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1823) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoOperation.run(AutoOperation.java:140) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:573) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:460) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:388) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:379) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployService$1.run(AutoDeployService.java:209) [WARNING] [echo] at java.base/java.util.TimerThread.mainLoop(Timer.java:556) [WARNING] [echo] at java.base/java.util.TimerThread.run(Timer.java:506) [WARNING] [echo] ]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.571+0000] [glassfish 7.0] [SEVERE] [AS-WEB-CORE-00174] [jakarta.enterprise.web.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944571] [levelValue: 1000] [[ [WARNING] [echo] Startup of context /jacc_ejb_mr_ejblitesecuredjsp_vehicle_web failed due to previous errors]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.576+0000] [glassfish 7.0] [SEVERE] [AS-WEB-CORE-00108] [jakarta.enterprise.web.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944576] [levelValue: 1000] [[ [WARNING] [echo] ContainerBase.addChild: start: [WARNING] [echo] org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at org.apache.catalina.core.StandardContext.start(StandardContext.java:5614) [WARNING] [echo] at com.sun.enterprise.web.WebModule.start(WebModule.java:511) [WARNING] [echo] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:877) [WARNING] [echo] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:860) [WARNING] [echo] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:644) [WARNING] [echo] at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2021) [WARNING] [echo] at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1667) [WARNING] [echo] at com.sun.enterprise.web.WebApplication.start(WebApplication.java:82) [WARNING] [echo] at org.glassfish.internal.data.EngineRef.start(EngineRef.java:98) [WARNING] [echo] at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:267) [WARNING] [echo] at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:328) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:480) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:199) [WARNING] [echo] at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:467) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:516) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:512) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:511) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:542) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:534) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:533) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1441) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1823) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoOperation.run(AutoOperation.java:140) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:573) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:460) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:388) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:379) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployService$1.run(AutoDeployService.java:209) [WARNING] [echo] at java.base/java.util.TimerThread.mainLoop(Timer.java:556) [WARNING] [echo] at java.base/java.util.TimerThread.run(Timer.java:506) [WARNING] [echo] Caused by: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5370) [WARNING] [echo] at org.apache.catalina.core.StandardContext.start(StandardContext.java:5606) [WARNING] [echo] ... 33 more [WARNING] [echo] Caused by: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at org.glassfish.wasp.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:56) [WARNING] [echo] at org.glassfish.wasp.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:323) [WARNING] [echo] at org.glassfish.wasp.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:125) [WARNING] [echo] at org.glassfish.wasp.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:350) [WARNING] [echo] at org.glassfish.wasp.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:177) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parseTaglibDirective(Parser.java:398) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parseDirective(Parser.java:454) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parseElements(Parser.java:1350) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parse(Parser.java:120) [WARNING] [echo] at org.glassfish.wasp.compiler.ParserController.doParse(ParserController.java:181) [WARNING] [echo] at org.glassfish.wasp.compiler.ParserController.parse(ParserController.java:100) [WARNING] [echo] at org.glassfish.wasp.compiler.Compiler.generateJava(Compiler.java:157) [WARNING] [echo] at org.glassfish.wasp.compiler.Compiler.compile(Compiler.java:385) [WARNING] [echo] at org.glassfish.wasp.JspCompilationContext.compile(JspCompilationContext.java:561) [WARNING] [echo] at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:288) [WARNING] [echo] at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) [WARNING] [echo] at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) [WARNING] [echo] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) [WARNING] [echo] at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1515) [WARNING] [echo] at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1283) [WARNING] [echo] at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5361) [WARNING] [echo] ... 34 more [WARNING] [echo] ]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.577+0000] [glassfish 7.0] [WARNING] [] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944577] [levelValue: 900] [[ [WARNING] [echo] java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:881) [WARNING] [echo] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:860) [WARNING] [echo] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:644) [WARNING] [echo] at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2021) [WARNING] [echo] at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1667) [WARNING] [echo] at com.sun.enterprise.web.WebApplication.start(WebApplication.java:82) [WARNING] [echo] at org.glassfish.internal.data.EngineRef.start(EngineRef.java:98) [WARNING] [echo] at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:267) [WARNING] [echo] at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:328) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:480) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:199) [WARNING] [echo] at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:467) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:516) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:512) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:511) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:542) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:534) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:533) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1441) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1823) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoOperation.run(AutoOperation.java:140) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:573) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:460) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:388) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:379) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployService$1.run(AutoDeployService.java:209) [WARNING] [echo] at java.base/java.util.TimerThread.mainLoop(Timer.java:556) [WARNING] [echo] at java.base/java.util.TimerThread.run(Timer.java:506) [WARNING] [echo] ]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.578+0000] [glassfish 7.0] [SEVERE] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944578] [levelValue: 1000] [[ [WARNING] [echo] Exception while invoking class com.sun.enterprise.web.WebApplication start method [WARNING] [echo] java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at com.sun.enterprise.web.WebApplication.start(WebApplication.java:111) [WARNING] [echo] at org.glassfish.internal.data.EngineRef.start(EngineRef.java:98) [WARNING] [echo] at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:267) [WARNING] [echo] at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:328) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:480) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:199) [WARNING] [echo] at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:467) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:516) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:512) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:511) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:542) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:534) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:533) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1441) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1823) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoOperation.run(AutoOperation.java:140) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:573) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:460) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:388) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:379) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployService$1.run(AutoDeployService.java:209) [WARNING] [echo] at java.base/java.util.TimerThread.mainLoop(Timer.java:556) [WARNING] [echo] at java.base/java.util.TimerThread.run(Timer.java:506) [WARNING] [echo] ]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.578+0000] [glassfish 7.0] [SEVERE] [NCLS-CORE-00026] [jakarta.enterprise.system.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944578] [levelValue: 1000] [[ [WARNING] [echo] Exception during lifecycle processing [WARNING] [echo] java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at com.sun.enterprise.web.WebApplication.start(WebApplication.java:111) [WARNING] [echo] at org.glassfish.internal.data.EngineRef.start(EngineRef.java:98) [WARNING] [echo] at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:267) [WARNING] [echo] at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:328) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:480) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:199) [WARNING] [echo] at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:467) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:516) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:512) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:511) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:542) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:534) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:533) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1441) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1823) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoOperation.run(AutoOperation.java:140) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:573) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:460) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:388) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:379) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployService$1.run(AutoDeployService.java:209) [WARNING] [echo] at java.base/java.util.TimerThread.mainLoop(Timer.java:556) [WARNING] [echo] at java.base/java.util.TimerThread.run(Timer.java:506) [WARNING] [echo] ]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.578+0000] [glassfish 7.0] [SEVERE] [] [jakarta.enterprise.system.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944578] [levelValue: 1000] [[ [WARNING] [echo] Exception while loading the app]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.585+0000] [glassfish 7.0] [SEVERE] [AS-WEB-GLUE-00192] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944585] [levelValue: 1000] [[ [WARNING] [echo] Undeployment failed for context /jacc_ejb_mr_ejblitesecuredjsp_vehicle_web]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.636+0000] [glassfish 7.0] [SEVERE] [] [jakarta.enterprise.system.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944636] [levelValue: 1000] [[ [WARNING] [echo] Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.643+0000] [glassfish 7.0] [WARNING] [NCLS-DEPLOYMENT-02036] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944643] [levelValue: 900] [[ [WARNING] [echo] Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application. Please see server.log for more details.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.644+0000] [glassfish 7.0] [WARNING] [NCLS-DEPLOYMENT-02036] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944644] [levelValue: 900] [[ [WARNING] [echo] [AutoDeploy] Autodeploy failed : /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web.war.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.644+0000] [glassfish 7.0] [INFO] [NCLS-DEPLOYMENT-02027] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944644] [levelValue: 800] [[ [WARNING] [echo] Selecting file /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_web_toolsContracts_web.war for autodeployment]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.739+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944739] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.771+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944771] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.773+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944773] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.828+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944828] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /anyauthuser.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.829+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944829] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /excluded.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.829+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944829] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /sslprotected.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.829+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944829] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /secured.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:24.830+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737944830] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /unchecked.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.135+0000] [glassfish 7.0] [INFO] [AS-WEB-GLUE-00172] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946135] [levelValue: 800] [[ [WARNING] [echo] Loading application [jacc_web_toolsContracts_web] at [/jacc_web_toolsContracts_web]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.145+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946145] [levelValue: 800] [[ [WARNING] [echo] jacc_web_toolsContracts_web was successfully deployed in 1,499 milliseconds.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.146+0000] [glassfish 7.0] [INFO] [NCLS-DEPLOYMENT-02035] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946146] [levelValue: 800] [[ [WARNING] [echo] [AutoDeploy] Successfully autodeployed : /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_web_toolsContracts_web.war.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.147+0000] [glassfish 7.0] [INFO] [NCLS-DEPLOYMENT-02027] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946147] [levelValue: 800] [[ [WARNING] [echo] Selecting file /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_web_principal2role_first_module_web.war for autodeployment]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.238+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946238] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.242+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946242] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.243+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946243] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.266+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946266] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /first_resource.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.493+0000] [glassfish 7.0] [INFO] [AS-WEB-GLUE-00172] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946493] [levelValue: 800] [[ [WARNING] [echo] Loading application [jacc_web_principal2role_first_module_web] at [/jacc_web_principal2role_first_module_web]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.524+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946524] [levelValue: 800] [[ [WARNING] [echo] jacc_web_principal2role_first_module_web was successfully deployed in 376 milliseconds.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.525+0000] [glassfish 7.0] [INFO] [NCLS-DEPLOYMENT-02035] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946525] [levelValue: 800] [[ [WARNING] [echo] [AutoDeploy] Successfully autodeployed : /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_web_principal2role_first_module_web.war.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.525+0000] [glassfish 7.0] [INFO] [NCLS-DEPLOYMENT-02027] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946525] [levelValue: 800] [[ [WARNING] [echo] Selecting file /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_web_containerContracts_web.war for autodeployment]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.561+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946561] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.568+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946568] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.569+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946569] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.587+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946587] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /sslprotected.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:26.587+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737946587] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /secured.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.236+0000] [glassfish 7.0] [INFO] [AS-WEB-GLUE-00172] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947236] [levelValue: 800] [[ [WARNING] [echo] Loading application [jacc_web_containerContracts_web] at [/jacc_web_containerContracts_web]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.247+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947247] [levelValue: 800] [[ [WARNING] [echo] jacc_web_containerContracts_web was successfully deployed in 721 milliseconds.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.248+0000] [glassfish 7.0] [INFO] [NCLS-DEPLOYMENT-02035] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947248] [levelValue: 800] [[ [WARNING] [echo] [AutoDeploy] Successfully autodeployed : /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_web_containerContracts_web.war.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.250+0000] [glassfish 7.0] [INFO] [NCLS-DEPLOYMENT-02027] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947250] [levelValue: 800] [[ [WARNING] [echo] Selecting file /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web.war for autodeployment]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.349+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947349] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.371+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947371] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.385+0000] [glassfish 7.0] [WARNING] [] [global] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947385] [levelValue: 900] [[ [WARNING] [echo] The annotation symbol inheritance is not supported. [WARNING] [echo] symbol: TYPE [WARNING] [echo] location: class com.sun.ts.tests.jacc.ejb.mr.InterMediateBean [WARNING] [echo] [WARNING] [echo] ]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.386+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947386] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.424+0000] [glassfish 7.0] [INFO] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947424] [levelValue: 800] [[ [WARNING] [echo] visiting unvisited references]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.452+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947452] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /ejblitesecuredjsp_vehicle.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.464+0000] [glassfish 7.0] [INFO] [AS-EJB-00054] [jakarta.enterprise.ejb.container] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947464] [levelValue: 800] [[ [WARNING] [echo] Portable JNDI names for EJB InterMediateBean: [java:global/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web/InterMediateBean!com.sun.ts.tests.jacc.ejb.mr.InterMediate, java:global/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web/InterMediateBean]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.473+0000] [glassfish 7.0] [INFO] [AS-EJB-00054] [jakarta.enterprise.ejb.container] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947473] [levelValue: 800] [[ [WARNING] [echo] Portable JNDI names for EJB TargetBean: [java:global/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web/TargetBean, java:global/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web/TargetBean!com.sun.ts.tests.jacc.ejb.mr.Target]]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.542+0000] [glassfish 7.0] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947542] [levelValue: 800] [[ [WARNING] [echo] WELD-000411: Observer method [BackedAnnotatedMethod] org.glassfish.sse.impl.ServerSentEventCdiExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.551+0000] [glassfish 7.0] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947551] [levelValue: 800] [[ [WARNING] [echo] WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jms.injection.JMSCDIExtension.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.555+0000] [glassfish 7.0] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947555] [levelValue: 800] [[ [WARNING] [echo] WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.753+0000] [glassfish 7.0] [INFO] [faces.config.listener.version] [jakarta.enterprise.resource.webcontainer.faces.config] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947753] [levelValue: 800] [[ [WARNING] [echo] Initializing Mojarra 4.0.0-M2 for context '/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web']] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.850+0000] [glassfish 7.0] [WARNING] [] [org.glassfish.exousia.constraints.transformer.PatternBuilder] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947850] [levelValue: 900] [[ [WARNING] [echo] Jakarta Authorization: For the URL pattern /ejblitesecuredjsp_vehicle.jsp, all but the following methods were uncovered: POST,GET]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.863+0000] [glassfish 7.0] [SEVERE] [] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947863] [levelValue: 1000] [[ [WARNING] [echo] WebModule[/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web]Servlet &#x2f;jacc_ejb_mr_ejblitesecuredjsp_vehicle_web threw load() exception [WARNING] [echo] org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at org.glassfish.wasp.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:56) [WARNING] [echo] at org.glassfish.wasp.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:323) [WARNING] [echo] at org.glassfish.wasp.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:125) [WARNING] [echo] at org.glassfish.wasp.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:350) [WARNING] [echo] at org.glassfish.wasp.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:177) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parseTaglibDirective(Parser.java:398) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parseDirective(Parser.java:454) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parseElements(Parser.java:1350) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parse(Parser.java:120) [WARNING] [echo] at org.glassfish.wasp.compiler.ParserController.doParse(ParserController.java:181) [WARNING] [echo] at org.glassfish.wasp.compiler.ParserController.parse(ParserController.java:100) [WARNING] [echo] at org.glassfish.wasp.compiler.Compiler.generateJava(Compiler.java:157) [WARNING] [echo] at org.glassfish.wasp.compiler.Compiler.compile(Compiler.java:385) [WARNING] [echo] at org.glassfish.wasp.JspCompilationContext.compile(JspCompilationContext.java:561) [WARNING] [echo] at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:288) [WARNING] [echo] at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) [WARNING] [echo] at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) [WARNING] [echo] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) [WARNING] [echo] at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1515) [WARNING] [echo] at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1283) [WARNING] [echo] at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5361) [WARNING] [echo] at org.apache.catalina.core.StandardContext.start(StandardContext.java:5606) [WARNING] [echo] at com.sun.enterprise.web.WebModule.start(WebModule.java:511) [WARNING] [echo] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:877) [WARNING] [echo] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:860) [WARNING] [echo] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:644) [WARNING] [echo] at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2021) [WARNING] [echo] at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1667) [WARNING] [echo] at com.sun.enterprise.web.WebApplication.start(WebApplication.java:82) [WARNING] [echo] at org.glassfish.internal.data.EngineRef.start(EngineRef.java:98) [WARNING] [echo] at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:267) [WARNING] [echo] at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:328) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:480) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:199) [WARNING] [echo] at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:467) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:516) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:512) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:511) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:542) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:534) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:533) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1441) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1823) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoOperation.run(AutoOperation.java:140) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:573) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:460) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:388) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:379) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployService$1.run(AutoDeployService.java:209) [WARNING] [echo] at java.base/java.util.TimerThread.mainLoop(Timer.java:556) [WARNING] [echo] at java.base/java.util.TimerThread.run(Timer.java:506) [WARNING] [echo] ]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.863+0000] [glassfish 7.0] [SEVERE] [AS-WEB-CORE-00174] [jakarta.enterprise.web.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947863] [levelValue: 1000] [[ [WARNING] [echo] Startup of context /jacc_ejb_mr_ejblitesecuredjsp_vehicle_web failed due to previous errors]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.866+0000] [glassfish 7.0] [SEVERE] [AS-WEB-CORE-00108] [jakarta.enterprise.web.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947866] [levelValue: 1000] [[ [WARNING] [echo] ContainerBase.addChild: start: [WARNING] [echo] org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at org.apache.catalina.core.StandardContext.start(StandardContext.java:5614) [WARNING] [echo] at com.sun.enterprise.web.WebModule.start(WebModule.java:511) [WARNING] [echo] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:877) [WARNING] [echo] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:860) [WARNING] [echo] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:644) [WARNING] [echo] at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2021) [WARNING] [echo] at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1667) [WARNING] [echo] at com.sun.enterprise.web.WebApplication.start(WebApplication.java:82) [WARNING] [echo] at org.glassfish.internal.data.EngineRef.start(EngineRef.java:98) [WARNING] [echo] at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:267) [WARNING] [echo] at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:328) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:480) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:199) [WARNING] [echo] at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:467) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:516) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:512) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:511) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:542) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:534) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:533) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1441) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1823) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoOperation.run(AutoOperation.java:140) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:573) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:460) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:388) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:379) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployService$1.run(AutoDeployService.java:209) [WARNING] [echo] at java.base/java.util.TimerThread.mainLoop(Timer.java:556) [WARNING] [echo] at java.base/java.util.TimerThread.run(Timer.java:506) [WARNING] [echo] Caused by: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5370) [WARNING] [echo] at org.apache.catalina.core.StandardContext.start(StandardContext.java:5606) [WARNING] [echo] ... 33 more [WARNING] [echo] Caused by: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at org.glassfish.wasp.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:56) [WARNING] [echo] at org.glassfish.wasp.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:323) [WARNING] [echo] at org.glassfish.wasp.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:125) [WARNING] [echo] at org.glassfish.wasp.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:350) [WARNING] [echo] at org.glassfish.wasp.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:177) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parseTaglibDirective(Parser.java:398) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parseDirective(Parser.java:454) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parseElements(Parser.java:1350) [WARNING] [echo] at org.glassfish.wasp.compiler.Parser.parse(Parser.java:120) [WARNING] [echo] at org.glassfish.wasp.compiler.ParserController.doParse(ParserController.java:181) [WARNING] [echo] at org.glassfish.wasp.compiler.ParserController.parse(ParserController.java:100) [WARNING] [echo] at org.glassfish.wasp.compiler.Compiler.generateJava(Compiler.java:157) [WARNING] [echo] at org.glassfish.wasp.compiler.Compiler.compile(Compiler.java:385) [WARNING] [echo] at org.glassfish.wasp.JspCompilationContext.compile(JspCompilationContext.java:561) [WARNING] [echo] at org.glassfish.wasp.servlet.JspServletWrapper.service(JspServletWrapper.java:288) [WARNING] [echo] at org.glassfish.wasp.servlet.JspServlet.serviceJspFile(JspServlet.java:358) [WARNING] [echo] at org.glassfish.wasp.servlet.JspServlet.service(JspServlet.java:287) [WARNING] [echo] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) [WARNING] [echo] at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1515) [WARNING] [echo] at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1283) [WARNING] [echo] at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5361) [WARNING] [echo] ... 34 more [WARNING] [echo] ]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.866+0000] [glassfish 7.0] [WARNING] [] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947866] [levelValue: 900] [[ [WARNING] [echo] java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:881) [WARNING] [echo] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:860) [WARNING] [echo] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:644) [WARNING] [echo] at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2021) [WARNING] [echo] at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1667) [WARNING] [echo] at com.sun.enterprise.web.WebApplication.start(WebApplication.java:82) [WARNING] [echo] at org.glassfish.internal.data.EngineRef.start(EngineRef.java:98) [WARNING] [echo] at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:267) [WARNING] [echo] at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:328) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:480) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:199) [WARNING] [echo] at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:467) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:516) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:512) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:511) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:542) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:534) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:533) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1441) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1823) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoOperation.run(AutoOperation.java:140) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:573) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:460) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:388) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:379) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployService$1.run(AutoDeployService.java:209) [WARNING] [echo] at java.base/java.util.TimerThread.mainLoop(Timer.java:556) [WARNING] [echo] at java.base/java.util.TimerThread.run(Timer.java:506) [WARNING] [echo] ]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.867+0000] [glassfish 7.0] [SEVERE] [] [jakarta.enterprise.system.tools.deployment.common] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947867] [levelValue: 1000] [[ [WARNING] [echo] Exception while invoking class com.sun.enterprise.web.WebApplication start method [WARNING] [echo] java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at com.sun.enterprise.web.WebApplication.start(WebApplication.java:111) [WARNING] [echo] at org.glassfish.internal.data.EngineRef.start(EngineRef.java:98) [WARNING] [echo] at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:267) [WARNING] [echo] at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:328) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:480) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:199) [WARNING] [echo] at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:467) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:516) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:512) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:511) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:542) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:534) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:533) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1441) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1823) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoOperation.run(AutoOperation.java:140) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:573) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:460) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:388) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:379) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployService$1.run(AutoDeployService.java:209) [WARNING] [echo] at java.base/java.util.TimerThread.mainLoop(Timer.java:556) [WARNING] [echo] at java.base/java.util.TimerThread.run(Timer.java:506) [WARNING] [echo] ]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.868+0000] [glassfish 7.0] [SEVERE] [NCLS-CORE-00026] [jakarta.enterprise.system.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947868] [levelValue: 1000] [[ [WARNING] [echo] Exception during lifecycle processing [WARNING] [echo] java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application [WARNING] [echo] at com.sun.enterprise.web.WebApplication.start(WebApplication.java:111) [WARNING] [echo] at org.glassfish.internal.data.EngineRef.start(EngineRef.java:98) [WARNING] [echo] at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:267) [WARNING] [echo] at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:328) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:480) [WARNING] [echo] at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:199) [WARNING] [echo] at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:467) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:516) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:512) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:511) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:542) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:534) [WARNING] [echo] at java.base/java.security.AccessController.doPrivileged(Native Method) [WARNING] [echo] at java.base/javax.security.auth.Subject.doAs(Subject.java:361) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:533) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1441) [WARNING] [echo] at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1823) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoOperation.run(AutoOperation.java:140) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:573) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:460) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:388) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:379) [WARNING] [echo] at org.glassfish.deployment.autodeploy.AutoDeployService$1.run(AutoDeployService.java:209) [WARNING] [echo] at java.base/java.util.TimerThread.mainLoop(Timer.java:556) [WARNING] [echo] at java.base/java.util.TimerThread.run(Timer.java:506) [WARNING] [echo] ]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.868+0000] [glassfish 7.0] [SEVERE] [] [jakarta.enterprise.system.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947868] [levelValue: 1000] [[ [WARNING] [echo] Exception while loading the app]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.873+0000] [glassfish 7.0] [SEVERE] [AS-WEB-GLUE-00192] [jakarta.enterprise.web] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947873] [levelValue: 1000] [[ [WARNING] [echo] Undeployment failed for context /jacc_ejb_mr_ejblitesecuredjsp_vehicle_web]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.886+0000] [glassfish 7.0] [SEVERE] [] [jakarta.enterprise.system.core] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947886] [levelValue: 1000] [[ [WARNING] [echo] Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.890+0000] [glassfish 7.0] [WARNING] [NCLS-DEPLOYMENT-02036] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947890] [levelValue: 900] [[ [WARNING] [echo] Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: org.glassfish.wasp.WaspException: /ejblitesecuredjsp_vehicle.jsp(21,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application. Please see server.log for more details.]] [WARNING] [echo] [WARNING] [echo] [2022-02-01T17:52:27.890+0000] [glassfish 7.0] [WARNING] [NCLS-DEPLOYMENT-02036] [jakarta.enterprise.system.tools.deployment.autodeploy] [tid: _ThreadID=54 _ThreadName=AutoDeployer] [timeMillis: 1643737947890] [levelValue: 900] [[ [WARNING] [echo] [AutoDeploy] Autodeploy failed : /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/autodeploy/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web.war.]] [WARNING] [echo] [INFO] [exec] Waiting for the domain to stop . [INFO] [exec] Command stop-domain executed successfully. [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ glassfish-external-tck-authorization --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.tck-glassfish-external-tck-authorization-checkstyle) @ glassfish-external-tck-authorization --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-external-tck-authorization --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/glassfish-external-tck-authorization/7.0.0-SNAPSHOT/glassfish-external-tck-authorization-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.tests.tck:embedded-ejb-smoke >----------- [INFO] Building TCK: Embedded EJB - Smoke Tests 7.0.0-SNAPSHOT [286/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ embedded-ejb-smoke --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ embedded-ejb-smoke --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ embedded-ejb-smoke --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ embedded-ejb-smoke --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ embedded-ejb-smoke --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ embedded-ejb-smoke --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ embedded-ejb-smoke --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/target/classes/META-INF for [INFO] [echo] embedded-ejb-smoke [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ embedded-ejb-smoke --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ embedded-ejb-smoke --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.tck-embedded-ejb-smoke-checkstyle) @ embedded-ejb-smoke --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ embedded-ejb-smoke --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/embedded-ejb-smoke/7.0.0-SNAPSHOT/embedded-ejb-smoke-7.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.tests.tck:ejb-lite-basic >------------- [INFO] Building TCK: EJB Lite Basic 7.0.0-SNAPSHOT [287/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ejb-lite-basic --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ ejb-lite-basic --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ejb-lite-basic --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ejb-lite-basic --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ejb-lite-basic --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ejb-lite-basic --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ ejb-lite-basic --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ejb-lite-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/src/main/java/com/sun/ts/lib/harness/EETest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/src/main/java/com/sun/ts/lib/harness/EETest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/src/main/java/com/sun/ts/tests/common/vehicle/ejbembed/InjectionResolver.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/src/main/java/com/sun/ts/tests/common/vehicle/ejbembed/InjectionResolver.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ ejb-lite-basic --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ejb-lite-basic --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ ejb-lite-basic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ejb-lite-basic --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/target/classes/META-INF for [INFO] [echo] ejb-lite-basic [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ejb-lite-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/target/ejb-lite-basic.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ejb-lite-basic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ ejb-lite-basic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.tck-ejb-lite-basic-checkstyle) @ ejb-lite-basic --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-lite-basic --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/target/ejb-lite-basic.jar to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/ejb-lite-basic/7.0.0-SNAPSHOT/ejb-lite-basic-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/ejb-lite-basic/7.0.0-SNAPSHOT/ejb-lite-basic-7.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.tests.tck:embedded-ejb-smoke-runner >------- [INFO] Building TCK: Run embedded EJB smoke 7.0.0-SNAPSHOT [288/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ embedded-ejb-smoke-runner --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ embedded-ejb-smoke-runner --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ embedded-ejb-smoke-runner --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ embedded-ejb-smoke-runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ embedded-ejb-smoke-runner --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ embedded-ejb-smoke-runner --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ embedded-ejb-smoke-runner --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ embedded-ejb-smoke-runner --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ embedded-ejb-smoke-runner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-glassfish) @ embedded-ejb-smoke-runner --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/glassfish.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner/target/tck with includes "" and excludes "" [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ embedded-ejb-smoke-runner --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ embedded-ejb-smoke-runner --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ embedded-ejb-smoke-runner --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner/target/classes/META-INF for [INFO] [echo] embedded-ejb-smoke-runner [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ embedded-ejb-smoke-runner --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner/target/embedded-ejb-smoke-runner.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ embedded-ejb-smoke-runner --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (verify) @ embedded-ejb-smoke-runner --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.tck-embedded-ejb-smoke-runner-checkstyle) @ embedded-ejb-smoke-runner --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ embedded-ejb-smoke-runner --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner/target/embedded-ejb-smoke-runner.jar to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/embedded-ejb-smoke-runner/7.0.0-SNAPSHOT/embedded-ejb-smoke-runner-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/tck/embedded-ejb-smoke-runner/7.0.0-SNAPSHOT/embedded-ejb-smoke-runner-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----< org.glassfish.main.osgi-platforms:osgi-console-extensions >------ [INFO] Building Console extensions for OSGi platforms 7.0.0-SNAPSHOT [289/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ osgi-console-extensions --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ osgi-console-extensions --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ osgi-console-extensions --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/target/classes/META-INF for [INFO] [echo] osgi-console-extensions [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ osgi-console-extensions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ osgi-console-extensions --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-console-extensions/7.0.0-SNAPSHOT/osgi-console-extensions-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.main.osgi-platforms:felix-webconsole-extension >---- [INFO] Building Felix Web Console Extension for GlassFish 7.0.0-SNAPSHOT [290/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/felix-webconsole-extension/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/felix-webconsole-extension/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ felix-webconsole-extension --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ felix-webconsole-extension --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/felix-webconsole-extension/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ felix-webconsole-extension --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/felix-webconsole-extension/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/felix-webconsole-extension/src/main/java/org/glassfish/osgi/felixwebconsoleextension/FelixWebConsoleExtensionActivator.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.2:compute-osgi-version (default-compute-osgi-version) @ felix-webconsole-extension --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ felix-webconsole-extension --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ felix-webconsole-extension --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/felix-webconsole-extension/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ felix-webconsole-extension --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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.0:jar (default-jar) @ felix-webconsole-extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/felix-webconsole-extension/target/felix-webconsole-extension.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ felix-webconsole-extension --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ felix-webconsole-extension --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/felix-webconsole-extension/target/felix-webconsole-extension.jar to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/felix-webconsole-extension/7.0.0-SNAPSHOT/felix-webconsole-extension-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/felix-webconsole-extension/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/felix-webconsole-extension/7.0.0-SNAPSHOT/felix-webconsole-extension-7.0.0-SNAPSHOT.pom [INFO] [INFO] -----< org.glassfish.main.admingui:glassfish-osgi-console-plugin >------ [INFO] Building GlassFish OSGi Console Plugin 7.0.0-SNAPSHOT [291/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-dependencies) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-osgi-console-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/glassfish-osgi-console-plugin/src/main/help [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/glassfish-osgi-console-plugin/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ glassfish-osgi-console-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ glassfish-osgi-console-plugin --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/glassfish-osgi-console-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ glassfish-osgi-console-plugin --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/classes/META-INF for [INFO] [echo] glassfish-osgi-console-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ glassfish-osgi-console-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/glassfish-osgi-console-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-osgi-console-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-osgi-console-plugin --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/glassfish-osgi-console-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/glassfish-osgi-console-plugin/7.0.0-SNAPSHOT/glassfish-osgi-console-plugin-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/glassfish-osgi-console-plugin/7.0.0-SNAPSHOT/glassfish-osgi-console-plugin-7.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.flashlight:flashlight-client >----------- [INFO] Building GlassFish Flashlight Client 7.0.0-SNAPSHOT [292/294] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/client [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ flashlight-client --- [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/client/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/client/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ flashlight-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ flashlight-client --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ flashlight-client --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/client/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ flashlight-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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/client/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/client/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ flashlight-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/client/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.2:compute-osgi-version (default-compute-osgi-version) @ flashlight-client --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-inhabitants (default-generate-inhabitants) @ flashlight-client --- [INFO] [INFO] --- maven-bundle-plugin:5.1.3:manifest (default-manifest) @ flashlight-client --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ flashlight-client --- [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] 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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ flashlight-client --- [INFO] No sources to compile [INFO] [INFO] --- hk2-inhabitant-generator:3.0.2:generate-test-inhabitants (default-generate-test-inhabitants) @ flashlight-client --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/client/target/classes/META-INF for [INFO] [echo] flashlight-client [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ flashlight-client --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/client/target/flashlight-client.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ flashlight-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ flashlight-client --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/client/target/flashlight-client.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-client/7.0.0-SNAPSHOT/flashlight-client-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-client/7.0.0-SNAPSHOT/flashlight-client-7.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.flashlight:glassfish-flashlight >--------- [INFO] Building Flashlight 7.0.0-SNAPSHOT [293/294] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ glassfish-flashlight --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ glassfish-flashlight --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ glassfish-flashlight --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/target/classes/META-INF for [INFO] [echo] glassfish-flashlight [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ glassfish-flashlight --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-flashlight --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/glassfish-flashlight/7.0.0-SNAPSHOT/glassfish-flashlight-7.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------< org.glassfish.main:ant-tasks >-------------------- [INFO] Building Ant tasks 7.0.0-SNAPSHOT [294/294] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ant-tasks [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-resource) @ ant-tasks --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ ant-tasks --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-resource) @ ant-tasks --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ant-tasks/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ant-tasks --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ant-tasks/target/classes [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ant-tasks/src/main/java/org/glassfish/ant/embedded/tasks/DeployTask.java: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ant-tasks/src/main/java/org/glassfish/ant/embedded/tasks/DeployTask.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ant-tasks/src/main/java/org/glassfish/ant/embedded/tasks/DeployTask.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ ant-tasks --- [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/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ant-tasks/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ant-tasks --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ ant-tasks --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ant-tasks --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ant-tasks/target/classes/META-INF for [INFO] [echo] ant-tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ant-tasks/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ant-tasks --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ant-tasks/target/ant-tasks.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ant-tasks --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5: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] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ant-tasks --- [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ant-tasks/target/ant-tasks.jar to /home/jenkins/.m2/repository/org/glassfish/main/ant-tasks/7.0.0-SNAPSHOT/ant-tasks-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ant-tasks/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ant-tasks/7.0.0-SNAPSHOT/ant-tasks-7.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for GlassFish Project 7.0.0-SNAPSHOT: [INFO] [INFO] GlassFish Project .................................. SUCCESS [ 1.435 s] [INFO] Code Quality Verification Tools - Configuration .... SUCCESS [ 0.355 s] [INFO] GlassFish Nucleus Parent Project ................... SUCCESS [ 16.446 s] [INFO] GlassFish Nucleus Project .......................... SUCCESS [ 0.136 s] [INFO] GlassFish Snapshots Parent ......................... SUCCESS [ 0.119 s] [INFO] Tags master SNAPSHOT ............................... SUCCESS [ 44.508 s] [INFO] jBatch master SNAPSHOT ............................. SUCCESS [ 20.977 s] [INFO] Glassfish Nucleus HK2 Modules ...................... SUCCESS [ 0.137 s] [INFO] Tiger types- type arithmetic library for Java5 ..... SUCCESS [ 8.191 s] [INFO] HK2 configuration module ........................... SUCCESS [ 6.008 s] [INFO] HK2 config types ................................... SUCCESS [ 7.360 s] [INFO] Distribution Fragments for various OSGi platforms .. SUCCESS [ 0.092 s] [INFO] Apache Felix, associated bundles and conf files .... SUCCESS [ 0.509 s] [INFO] Scattered Archive APIs of Glassfish ................ SUCCESS [ 0.458 s] [INFO] GlassFish Nucleus Grizzly modules .................. SUCCESS [ 0.129 s] [INFO] grizzly-config ..................................... SUCCESS [ 4.037 s] [INFO] Nucleus Grizzly jars Combining ..................... SUCCESS [ 2.101 s] [INFO] Public APIs of Glassfish ........................... SUCCESS [ 2.973 s] [INFO] GlassFish Nucleus Common modules ................... SUCCESS [ 0.060 s] [INFO] Common Utilities ................................... SUCCESS [ 7.104 s] [INFO] Simple Public APIs of Glassfish .................... SUCCESS [ 0.368 s] [INFO] GlassFish Nucleus Core modules ..................... SUCCESS [ 0.157 s] [INFO] Appserver Core Bootstraping Classes ................ SUCCESS [ 1.449 s] [INFO] Test Utilities ..................................... SUCCESS [ 4.676 s] [INFO] Admin Modules ...................................... SUCCESS [ 0.187 s] [INFO] admin-config-api ................................... SUCCESS [ 6.990 s] [INFO] Private APIs of Glassfish .......................... SUCCESS [ 1.973 s] [INFO] Nucleus Security Parent ............................ SUCCESS [ 0.077 s] [INFO] GlassFish SSL Implementation Module ................ SUCCESS [ 0.661 s] [INFO] GlassFish Nucleus Deployment Related Modules ....... SUCCESS [ 0.161 s] [INFO] Deployment Related Common Classes .................. SUCCESS [ 2.726 s] [INFO] Security Core Classes .............................. SUCCESS [ 3.638 s] [INFO] Security Services and SPI .......................... SUCCESS [ 2.495 s] [INFO] admin-util ......................................... SUCCESS [ 3.908 s] [INFO] Admin CLI bridge command to the OSGi Shell ......... SUCCESS [ 0.979 s] [INFO] Cluster ............................................ SUCCESS [ 0.101 s] [INFO] cluster-common ..................................... SUCCESS [ 0.953 s] [INFO] Cluster SSH Provisioning ........................... SUCCESS [ 0.844 s] [INFO] Nucleus Logging Classes ............................ SUCCESS [ 2.548 s] [INFO] admin-launcher ..................................... SUCCESS [ 1.353 s] [INFO] admin-cli .......................................... SUCCESS [ 2.247 s] [INFO] Admin CLI, interactive OSGi shell command .......... SUCCESS [ 0.940 s] [INFO] OSGi Container ..................................... SUCCESS [ 0.543 s] [INFO] GlassFish API Exporter Module ...................... SUCCESS [ 0.327 s] [INFO] flashlight-framework ............................... SUCCESS [ 1.888 s] [INFO] Kernel Classes ..................................... SUCCESS [ 8.293 s] [INFO] GMS Bootstrap Module ............................... SUCCESS [ 0.854 s] [INFO] cluster-admin ...................................... SUCCESS [ 2.201 s] [INFO] admin-server-management ............................ SUCCESS [ 5.746 s] [INFO] cluster-cli ........................................ SUCCESS [ 2.313 s] [INFO] GMS Module ......................................... SUCCESS [ 1.153 s] [INFO] Glassfish MBeanServer support ...................... SUCCESS [ 0.958 s] [INFO] AMX Core ........................................... SUCCESS [ 4.942 s] [INFO] GlassFish Extra JRE Packages ....................... SUCCESS [ 0.109 s] [INFO] Context Propagation ................................ SUCCESS [ 4.858 s] [INFO] admin-monitoring ................................... SUCCESS [ 1.439 s] [INFO] GlassFish Admin REST Parent ........................ SUCCESS [ 0.075 s] [INFO] GlassFish Admin REST Testing Framework ............. SUCCESS [ 0.997 s] [INFO] GlassFish Admin REST Client ........................ SUCCESS [ 0.729 s] [INFO] Eclipse GlassFish Parent Project ................... SUCCESS [ 0.061 s] [INFO] GlassFish EJB container related modules ............ SUCCESS [ 0.057 s] [INFO] GlassFish Core EJB Client .......................... SUCCESS [ 0.667 s] [INFO] GlassFish Common modules ........................... SUCCESS [ 0.101 s] [INFO] Java EE dependent public APIs of Glassfish ......... SUCCESS [ 0.598 s] [INFO] GlassFish Java EE Annotation Framework ............. SUCCESS [ 0.951 s] [INFO] nucleus.resources .................................. SUCCESS [ 0.904 s] [INFO] GlassFish Deployment Related Modules ............... SUCCESS [ 0.056 s] [INFO] Deployment Object Library .......................... SUCCESS [ 9.015 s] [INFO] GlassFish Security Parent .......................... SUCCESS [ 0.052 s] [INFO] Jaspic Provider Framework .......................... SUCCESS [ 1.147 s] [INFO] GlassFish Transaction modules ...................... SUCCESS [ 0.065 s] [INFO] Transaction Service Internal API ................... SUCCESS [ 0.656 s] [INFO] GlassFish Resources infrastructure related modules . SUCCESS [ 0.057 s] [INFO] Resources Connector ................................ SUCCESS [ 2.057 s] [INFO] Connectors Parent .................................. SUCCESS [ 0.054 s] [INFO] Connectors Private APIs for GlassFish Containers ... SUCCESS [ 2.187 s] [INFO] EJB container Internal API ......................... SUCCESS [ 0.567 s] [INFO] Java binding for libpam.so ......................... SUCCESS [ 0.540 s] [INFO] Java EE Security Core Classes ...................... SUCCESS [ 2.856 s] [INFO] stats77 ............................................ SUCCESS [ 1.269 s] [INFO] Deployment Related JavaEE Core Classes ............. SUCCESS [ 0.723 s] [INFO] Glassfish Naming ................................... SUCCESS [ 1.331 s] [INFO] Container Common ................................... SUCCESS [ 1.964 s] [INFO] GlassFish persistence related modules .............. SUCCESS [ 0.052 s] [INFO] Common persistence code between JPA and CMP ........ SUCCESS [ 1.060 s] [INFO] EJB Container connector for Glassfish .............. SUCCESS [ 0.618 s] [INFO] GlassFish ORB related modules ...................... SUCCESS [ 0.050 s] [INFO] GlassFish ORB enabler implementation ............... SUCCESS [ 0.596 s] [INFO] GlassFish ORB connector implementation ............. SUCCESS [ 1.902 s] [INFO] GlassFish Core EJB container implementation ........ SUCCESS [ 11.319 s] [INFO] GlassFish Web container related modules ............ SUCCESS [ 0.086 s] [INFO] Jersey EJB Component Provider Module ............... SUCCESS [ 1.491 s] [INFO] Connector for GlassFish Admin REST Service ......... SUCCESS [ 0.833 s] [INFO] GlassFish Admin REST Service ....................... SUCCESS [ 6.508 s] [INFO] Nucleus template ................................... SUCCESS [ 0.094 s] [INFO] flashlight-agent ................................... SUCCESS [ 0.095 s] [INFO] GlassFish Flashlight Extra JDK Pkgs ................ SUCCESS [ 0.075 s] [INFO] Flashlight ......................................... SUCCESS [ 0.072 s] [INFO] Deployment Related Admin Classes ................... SUCCESS [ 1.887 s] [INFO] AutoDeploy Classes ................................. SUCCESS [ 0.729 s] [INFO] Set of DTDs for Nucleus distributions .............. SUCCESS [ 0.066 s] [INFO] Set of schemas for Nucleus ......................... SUCCESS [ 0.058 s] [INFO] Nucleus distributions .............................. SUCCESS [ 0.063 s] [INFO] Nucleus distribution Common module ................. SUCCESS [ 0.129 s] [INFO] Admin Console Jackson JAXB Repackaging ............. SUCCESS [ 3.593 s] [INFO] Glassfish featuresets .............................. SUCCESS [ 0.056 s] [INFO] Glassfish Nucleus Atomic Featureset ................ SUCCESS [ 1.351 s] [INFO] Glassfish Atomic Distribution ...................... SUCCESS [ 14.986 s] [INFO] Glassfish Nucleus Featureset ....................... SUCCESS [ 0.084 s] [INFO] Nucleus Distribution ............................... SUCCESS [ 15.094 s] [INFO] Diagnostics ........................................ SUCCESS [ 0.051 s] [INFO] Diagnostics API .................................... SUCCESS [ 0.287 s] [INFO] GlassFish Diagnostics Context ...................... SUCCESS [ 0.989 s] [INFO] AMX JavaEE ......................................... SUCCESS [ 1.116 s] [INFO] LDAP Booster Pack .................................. SUCCESS [ 0.887 s] [INFO] GlassFish HA modules ............................... SUCCESS [ 0.160 s] [INFO] GlassFish ha-file-store ............................ SUCCESS [ 0.330 s] [INFO] GlassFish ha-shoal-cache-bootstrap ................. SUCCESS [ 0.313 s] [INFO] GlassFish ha-shoal-store ........................... SUCCESS [ 0.699 s] [INFO] Set of DTDs for GlassFish Java EE distributions .... SUCCESS [ 0.183 s] [INFO] Set of schemas for Jakarta EE ...................... SUCCESS [ 0.377 s] [INFO] Connector for GlassFish Web Container .............. SUCCESS [ 0.656 s] [INFO] GlassFish Connectors Connector ..................... SUCCESS [ 0.553 s] [INFO] App Client Modules ................................. SUCCESS [ 0.100 s] [INFO] GlassFish App Client Server-side Modules ........... SUCCESS [ 0.099 s] [INFO] GlassFish AppClient Server-Side Connector .......... SUCCESS [ 0.495 s] [INFO] Deployment Related JavaEE Full Profile Classes ..... SUCCESS [ 1.098 s] [INFO] Admin Modules ...................................... SUCCESS [ 0.095 s] [INFO] Backup Restore classes ............................. SUCCESS [ 0.761 s] [INFO] App Server CLI Skinning Class ...................... SUCCESS [ 0.388 s] [INFO] admin-cli-optional ................................. SUCCESS [ 0.795 s] [INFO] admin-core ......................................... SUCCESS [ 1.010 s] [INFO] Appserver template ................................. SUCCESS [ 0.087 s] [INFO] GlassFish Core modules ............................. SUCCESS [ 0.061 s] [INFO] Java EE related distributions kernel Classes ....... SUCCESS [ 0.561 s] [INFO] GlassFish API Exporter Module Fragment ............. SUCCESS [ 0.154 s] [INFO] JTA Implementation for Glassfish ................... SUCCESS [ 1.312 s] [INFO] Jakarta Mail Resources Support related modules ..... SUCCESS [ 0.059 s] [INFO] Jakarta Mail Connector ............................. SUCCESS [ 1.331 s] [INFO] Connectors Runtime ................................. SUCCESS [ 4.885 s] [INFO] JTS Implementation for Glassfish ................... SUCCESS [ 6.607 s] [INFO] Web Container Naming Utilities ..................... SUCCESS [ 1.787 s] [INFO] Web Container Common Utilities ..................... SUCCESS [ 1.352 s] [INFO] Core Servlet Container ............................. SUCCESS [ 11.693 s] [INFO] JSTL implementation connector module ............... SUCCESS [ 0.638 s] [INFO] Jersey MVC TLD connector implementation module ..... SUCCESS [ 1.045 s] [INFO] Web module command line interface .................. SUCCESS [ 1.891 s] [INFO] Web container and GUI plug-in common classes ....... SUCCESS [ 0.444 s] [INFO] WebTier Security Integration ....................... SUCCESS [ 1.009 s] [INFO] GlassFish Web container embedded related modules ... SUCCESS [ 0.065 s] [INFO] GlassFish Web container Embedded APIs .............. SUCCESS [ 0.417 s] [INFO] Server-Sent Events ................................. SUCCESS [ 2.126 s] [INFO] Web Container glue code ............................ SUCCESS [ 6.860 s] [INFO] JSF implementation connector module ................ SUCCESS [ 1.390 s] [INFO] JSP caching taglib connector module ................ SUCCESS [ 1.232 s] [INFO] Web Container HA code .............................. SUCCESS [ 1.530 s] [INFO] Web Related Implementations for GlassFish .......... SUCCESS [ 0.065 s] [INFO] Weld connector for glassfish ....................... SUCCESS [ 0.909 s] [INFO] Weld integration for glassfish ..................... SUCCESS [ 3.569 s] [INFO] Weld Integration Fragment .......................... SUCCESS [ 0.090 s] [INFO] Fragment bundle for Weld related testing ........... SUCCESS [ 0.076 s] [INFO] cdi-api Fragment ................................... SUCCESS [ 0.071 s] [INFO] Full EJB Container add-ons ......................... SUCCESS [ 1.454 s] [INFO] EJB Timer Service Application ...................... SUCCESS [ 0.901 s] [INFO] GlassFish EJB timer app database init scripts ...... SUCCESS [ 0.073 s] [INFO] EJB tier for GlassFish ............................. SUCCESS [ 0.074 s] [INFO] GlassFish resources runtime ........................ SUCCESS [ 0.822 s] [INFO] GlassFish Jakarta Mail runtime ..................... SUCCESS [ 0.638 s] [INFO] Jakarta EE Connector Architecture Descriptors ...... SUCCESS [ 0.129 s] [INFO] Connectors Inbound Support ......................... SUCCESS [ 1.038 s] [INFO] Work Management .................................... SUCCESS [ 0.908 s] [INFO] JDBC Module ........................................ SUCCESS [ 0.052 s] [INFO] JDBC Config Module ................................. SUCCESS [ 0.653 s] [INFO] Connectors admin ................................... SUCCESS [ 2.184 s] [INFO] GlassFish Load-Balancer Plugin related modules ..... SUCCESS [ 0.048 s] [INFO] Load Balancer Internal API ......................... SUCCESS [ 0.456 s] [INFO] Load-Balancer admin ................................ SUCCESS [ 1.863 s] [INFO] GlassFish JMS modules .............................. SUCCESS [ 0.046 s] [INFO] JMS Connector Module for Runtime ................... SUCCESS [ 0.454 s] [INFO] JMS Module ......................................... SUCCESS [ 2.041 s] [INFO] JMS admin .......................................... SUCCESS [ 1.692 s] [INFO] JMS Injection Module for Runtime ................... SUCCESS [ 1.225 s] [INFO] JMS GlassFish System RA Assembly ................... SUCCESS [ 1.266 s] [INFO] JDBC Resource Adapter .............................. SUCCESS [ 0.050 s] [INFO] Core JDBC Resource Adapter classes ................. SUCCESS [ 1.824 s] [INFO] JDBC 40 related classes for JDBC Resource Adapter .. SUCCESS [ 0.751 s] [INFO] JDBC Templates ..................................... SUCCESS [ 0.076 s] [INFO] Distribution Module for JDBC Resource Adapter ...... SUCCESS [ 0.408 s] [INFO] JDBC Runtime Module ................................ SUCCESS [ 2.154 s] [INFO] JDBC admin ......................................... SUCCESS [ 1.854 s] [INFO] GlassFish Oracle JDBC Packages ..................... SUCCESS [ 0.099 s] [INFO] Connector for JPA runtime in glassfish ............. SUCCESS [ 0.605 s] [INFO] JPA container for glassfish ........................ SUCCESS [ 1.059 s] [INFO] Declaring EclipseLink dependencies ................. SUCCESS [ 1.556 s] [INFO] GlassFish cmp related modules ...................... SUCCESS [ 0.048 s] [INFO] utility module for cmp ............................. SUCCESS [ 1.297 s] [INFO] model module for cmp ............................... SUCCESS [ 2.228 s] [INFO] Database Generator module for cmp .................. SUCCESS [ 1.044 s] [INFO] ejb-mapping module for cmp ......................... SUCCESS [ 1.465 s] [INFO] enhancer module for cmp ............................ SUCCESS [ 5.220 s] [INFO] internal-api module for cmp ........................ SUCCESS [ 0.945 s] [INFO] Entity Bean container .............................. SUCCESS [ 2.050 s] [INFO] support-sqlstore module for cmp .................... SUCCESS [ 11.066 s] [INFO] support ejb module for cmp ......................... SUCCESS [ 4.927 s] [INFO] GlassFish cmp scripts .............................. SUCCESS [ 0.055 s] [INFO] CMP tier for GlassFish ............................. SUCCESS [ 0.074 s] [INFO] Concurrency Utilities Modules ...................... SUCCESS [ 0.046 s] [INFO] Concurrent Connector Module ........................ SUCCESS [ 0.554 s] [INFO] Concurrent Implementation Module ................... SUCCESS [ 2.126 s] [INFO] Batch runtime modules for Glassfish ................ SUCCESS [ 0.045 s] [INFO] Batch database init scripts for GlassFish .......... SUCCESS [ 0.059 s] [INFO] Batch Connector for Glassfish ...................... SUCCESS [ 0.636 s] [INFO] Batch Commands for Glassfish ....................... SUCCESS [ 0.924 s] [INFO] GlassFish Extras modules ........................... SUCCESS [ 0.045 s] [INFO] GlassFish JavaEE Manifest pom ...................... SUCCESS [ 0.047 s] [INFO] GlassFish javaee.jar ............................... SUCCESS [ 0.087 s] [INFO] GlassFish javaee.jar distribution fragment ......... SUCCESS [ 0.060 s] [INFO] GlassFish appserv-rt Manifest pom .................. SUCCESS [ 0.058 s] [INFO] GlassFish appserv-rt.jar ........................... SUCCESS [ 0.071 s] [INFO] GlassFish appserv-rt distribution fragment ......... SUCCESS [ 0.053 s] [INFO] GlassFish ORB interface layer implementation ....... SUCCESS [ 1.280 s] [INFO] Ejb Security Integration ........................... SUCCESS [ 1.449 s] [INFO] Grizzly Glassfish Extra modules .................... SUCCESS [ 0.046 s] [INFO] GlassFish Grizzly adapter container implementation . SUCCESS [ 0.339 s] [INFO] Glassfish Grizzly extra jars Combining ............. SUCCESS [ 0.675 s] [INFO] GlassFish Web Services related modules ............. SUCCESS [ 0.046 s] [INFO] JSR-109 implementation to deploy Metro ............. SUCCESS [ 4.485 s] [INFO] GlassFish Metro Glue Code .......................... SUCCESS [ 1.179 s] [INFO] Connector for GlassFish Web Services Container ..... SUCCESS [ 1.633 s] [INFO] SOAP/TCP integration code .......................... SUCCESS [ 1.414 s] [INFO] WebServices Security and JSR 196 implementation .... SUCCESS [ 1.805 s] [INFO] App Client - client-side modules ................... SUCCESS [ 0.046 s] [INFO] ACC Config Classes (JAXB) .......................... SUCCESS [ 1.216 s] [INFO] Appclient Security Integration ..................... SUCCESS [ 0.831 s] [INFO] Client OSGi module (including ACC) ................. SUCCESS [ 5.390 s] [INFO] GlassFish AppClient Server-Side Core ............... SUCCESS [ 1.856 s] [INFO] Embedded GlassFish Shell ........................... SUCCESS [ 0.069 s] [INFO] Embedded GlassFish Shell dist. fragment ............ SUCCESS [ 0.058 s] [INFO] GlassFish webservices scripts ...................... SUCCESS [ 0.070 s] [INFO] GlassFish Metro Related Fragments .................. SUCCESS [ 0.475 s] [INFO] Embedded GlassFish Static Shell .................... SUCCESS [ 2.452 s] [INFO] Embedded GlassFish Static Shell dist. fragment ..... SUCCESS [ 0.072 s] [INFO] Embedded GlassFish All-In-One ...................... SUCCESS [ 46.142 s] [INFO] Embedded GlassFish nucleus ......................... SUCCESS [ 2.419 s] [INFO] Embedded GlassFish Web ............................. SUCCESS [ 18.838 s] [INFO] GlassFish Embedded modules ......................... SUCCESS [ 0.049 s] [INFO] GlassFish Embedded Modules - Tests ................. SUCCESS [ 0.389 s] [INFO] DataProvider ....................................... SUCCESS [ 0.301 s] [INFO] Admin Console Integration .......................... SUCCESS [ 0.609 s] [INFO] Admin Console Integration .......................... SUCCESS [ 0.396 s] [INFO] Admin Console Packages ............................. SUCCESS [ 0.378 s] [INFO] Admin Console Common ............................... SUCCESS [ 3.883 s] [INFO] Admin Console Core Jar ............................. SUCCESS [ 1.082 s] [INFO] Admin Console Concurrent Plugin .................... SUCCESS [ 0.317 s] [INFO] Admin Console Clustering Support Plugin ............ SUCCESS [ 0.712 s] [INFO] Admin Console Community Edition Theme Plugin ....... SUCCESS [ 0.564 s] [INFO] Admin Console Web Container Plugin ................. SUCCESS [ 0.487 s] [INFO] Admin Console JTS Plugin ........................... SUCCESS [ 0.311 s] [INFO] Admin Console JDBC Plugin .......................... SUCCESS [ 0.396 s] [INFO] Admin Console Connectors Plugin .................... SUCCESS [ 0.622 s] [INFO] Admin Console JMS Plugin ........................... SUCCESS [ 1.383 s] [INFO] Admin Console EJB Container Plugin ................. SUCCESS [ 0.285 s] [INFO] Admin Console EJB Local (Lite) Plugin .............. SUCCESS [ 0.352 s] [INFO] Admin Console Corba Plugin ......................... SUCCESS [ 0.504 s] [INFO] Admin Console Full distribution plugin ............. SUCCESS [ 0.449 s] [INFO] Admin Console WAR .................................. SUCCESS [ 0.521 s] [INFO] Admin Console Install Fragment for Web distro ...... SUCCESS [ 0.300 s] [INFO] Embedded GlassFish Shell Jars ...................... SUCCESS [ 0.047 s] [INFO] Glassfish featuresets .............................. SUCCESS [ 0.046 s] [INFO] Glassfish Web Featureset ........................... SUCCESS [ 0.170 s] [INFO] Client Library (including ACC) ..................... SUCCESS [ 1.762 s] [INFO] GlassFish appclient scripts ........................ SUCCESS [ 0.074 s] [INFO] Glassfish Featureset ............................... SUCCESS [ 0.086 s] [INFO] Glassfish distributions ............................ SUCCESS [ 0.046 s] [INFO] GlassFish distribution Common module ............... SUCCESS [ 5.663 s] [INFO] Glassfish Web Profile Distribution ................. SUCCESS [ 19.315 s] [INFO] Glassfish Full Profile Distribution ................ SUCCESS [ 22.134 s] [INFO] Security Related Implementation for GlassFish ...... SUCCESS [ 0.063 s] [INFO] GlassFish Tests .................................... SUCCESS [ 0.054 s] [INFO] TCK: Parent ........................................ SUCCESS [ 0.055 s] [INFO] TCK: Download and Install Dependencies not in Maven Repos SUCCESS [ 0.052 s] [INFO] TCK: Install Jakarta Authorization TCK ............. SUCCESS [ 0.592 s] [INFO] TCK: Install Jakarta Authorization`s tsharness ..... SUCCESS [ 0.115 s] [INFO] TCK: Install Jakarta Authorization`s javatest ...... SUCCESS [ 4.065 s] [INFO] TCK: Authorization ................................. SUCCESS [01:39 min] [INFO] TCK: Embedded EJB - Smoke Tests .................... SUCCESS [ 0.049 s] [INFO] TCK: EJB Lite Basic ................................ SUCCESS [ 1.236 s] [INFO] TCK: Run embedded EJB smoke ........................ SUCCESS [ 1.771 s] [INFO] Console extensions for OSGi platforms .............. SUCCESS [ 0.060 s] [INFO] Felix Web Console Extension for GlassFish .......... SUCCESS [ 0.877 s] [INFO] GlassFish OSGi Console Plugin ...................... SUCCESS [ 0.887 s] [INFO] GlassFish Flashlight Client ........................ SUCCESS [ 0.360 s] [INFO] Flashlight ......................................... SUCCESS [ 0.048 s] [INFO] Ant tasks .......................................... SUCCESS [ 0.373 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:32 min [INFO] Finished at: 2022-02-01T17:52:38Z [INFO] ------------------------------------------------------------------------ + cd .. + mv glassfish/appserver/distributions/glassfish/target/glassfish.zip . + rm -rf glassfish7 + unzip -q glassfish.zip + ls -l /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar -rw-r-----. 1 jenkins 1002090000 27927 Feb 1 17:50 /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar + git clone https://github.com/eclipse-ee4j/jakartaee-tck Cloning into 'jakartaee-tck'... Checking out files: 34% (9414/27530) Checking out files: 35% (9636/27530) Checking out files: 36% (9911/27530) Checking out files: 37% (10187/27530) Checking out files: 38% (10462/27530) Checking out files: 39% (10737/27530) Checking out files: 40% (11012/27530) Checking out files: 41% (11288/27530) Checking out files: 42% (11563/27530) Checking out files: 43% (11838/27530) Checking out files: 44% (12114/27530) Checking out files: 45% (12389/27530) Checking out files: 46% (12664/27530) Checking out files: 47% (12940/27530) Checking out files: 48% (13215/27530) Checking out files: 49% (13490/27530) Checking out files: 50% (13765/27530) Checking out files: 51% (14041/27530) Checking out files: 52% (14316/27530) Checking out files: 53% (14591/27530) Checking out files: 54% (14867/27530) Checking out files: 55% (15142/27530) Checking out files: 56% (15417/27530) Checking out files: 57% (15693/27530) Checking out files: 58% (15968/27530) Checking out files: 59% (16243/27530) Checking out files: 60% (16518/27530) Checking out files: 61% (16794/27530) Checking out files: 62% (17069/27530) Checking out files: 63% (17344/27530) Checking out files: 64% (17620/27530) Checking out files: 65% (17895/27530) Checking out files: 66% (18170/27530) Checking out files: 67% (18446/27530) Checking out files: 68% (18721/27530) Checking out files: 69% (18996/27530) Checking out files: 70% (19271/27530) Checking out files: 71% (19547/27530) Checking out files: 72% (19822/27530) Checking out files: 73% (20097/27530) Checking out files: 74% (20373/27530) Checking out files: 75% (20648/27530) Checking out files: 76% (20923/27530) Checking out files: 77% (21199/27530) Checking out files: 78% (21474/27530) Checking out files: 79% (21749/27530) Checking out files: 80% (22024/27530) Checking out files: 81% (22300/27530) Checking out files: 82% (22575/27530) Checking out files: 83% (22850/27530) Checking out files: 84% (23126/27530) Checking out files: 85% (23401/27530) Checking out files: 86% (23676/27530) Checking out files: 86% (23866/27530) Checking out files: 87% (23952/27530) Checking out files: 88% (24227/27530) Checking out files: 89% (24502/27530) Checking out files: 90% (24777/27530) Checking out files: 91% (25053/27530) Checking out files: 92% (25328/27530) Checking out files: 93% (25603/27530) Checking out files: 94% (25879/27530) Checking out files: 95% (26154/27530) Checking out files: 96% (26429/27530) Checking out files: 97% (26705/27530) Checking out files: 98% (26980/27530) Checking out files: 99% (27255/27530) Checking out files: 100% (27530/27530) Checking out files: 100% (27530/27530), done. + cd jakartaee-tck ++ pwd + WORKSPACE=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck + sh docker/build_standalone-tcks.sh jta /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest/bin/ant Apache Ant(TM) version 1.10.9 compiled on September 27 2020 /opt/tools/java/openjdk/jdk-11/latest/bin/java openjdk version "11.0.2" 2019-01-15 OpenJDK Runtime Environment 18.9 (build 11.0.2+9) OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode) ########## Trunk.Install.V5 Config ########## wget: missing URL Usage: wget [OPTION]... [URL]... Try `wget --help' for more options. unzip: cannot find or open latest-glassfish.zip, latest-glassfish.zip.zip or latest-glassfish.zip.ZIP. The option selected to build is jta TCK [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for jakarta:dependency_copy:jar:1 [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: jakarta.websocket:jakarta.websocket-client-api:jar -> duplicate declaration of version ${websocket-api.version} @ line 237, column 17 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ----------------------< jakarta:dependency_copy >----------------------- [INFO] Building dependency_copy 1 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.10:copy-dependencies (default-cli) @ dependency_copy --- [INFO] Copying asm-util-9.1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/asm-util.jar [INFO] Copying glassfish-corba-internal-api-4.2.4.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/glassfish-corba-internal-api.jar [INFO] Copying jakarta.json.bind-api-3.0.0-RC1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.json.bind-api.jar [INFO] Copying angus-mail-1.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/angus-mail.jar [INFO] Copying asm-analysis-9.1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/asm-analysis.jar [INFO] Copying jakarta.servlet.jsp-api-3.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.servlet.jsp-api.jar [INFO] Copying pfl-dynamic-4.1.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/pfl-dynamic.jar [INFO] Copying jakarta.servlet.jsp.jstl-api-2.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.servlet.jsp.jstl-api.jar [INFO] Copying jakarta.authentication-api-2.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.authentication-api.jar [INFO] Copying asm-commons-7.3.1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/asm-commons.jar [INFO] Copying jakarta.xml.bind-api-4.0.0-RC3.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.xml.bind-api.jar [INFO] Copying jakarta.validation-api-3.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.validation-api.jar [INFO] Copying jakarta.activation-api-2.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.activation-api.jar [INFO] Copying jakarta.enterprise.concurrent-api-2.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.enterprise.concurrent-api.jar [INFO] Copying jakarta.json-api-2.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.json-api.jar [INFO] Copying jakarta.enterprise.cdi-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.enterprise.cdi-api.jar [INFO] Copying jakarta.xml.soap-api-3.0.0-RC2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.xml.soap-api.jar [INFO] Copying jakarta.faces-api-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.faces-api.jar [INFO] Copying glassfish-corba-csiv2-idl-4.2.4.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/glassfish-corba-csiv2-idl.jar [INFO] Copying jakarta.security.enterprise-api-2.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.security.enterprise-api.jar [INFO] Copying jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.transaction-api.jar [INFO] Copying pfl-basic-tools-4.1.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/pfl-basic-tools.jar [INFO] Copying pfl-tf-4.1.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/pfl-tf.jar [INFO] Copying jakarta.interceptor-api-2.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.interceptor-api.jar [INFO] Copying resolver-20050927.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/resolver.jar [INFO] Copying jakarta.resource-api-2.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.resource-api.jar [INFO] Copying jakarta.websocket-api-2.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.websocket-api.jar [INFO] Copying jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.ws.rs-api.jar [INFO] Copying mimepull-1.9.15.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/mimepull.jar [INFO] Copying webservices-tools-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/webservices-tools.jar [INFO] Copying jakarta.persistence-api-3.1.0-RC2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.persistence-api.jar [INFO] Copying webservices-api-osgi-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/webservices-api-osgi.jar [INFO] Copying woodstox-core-6.2.7.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/woodstox-core.jar [INFO] Copying glassfish-corba-omgapi-4.2.4.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/glassfish-corba-omgapi.jar [INFO] Copying jakarta.mail-api-2.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.mail-api.jar [INFO] Copying asm-9.1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/asm.jar [INFO] Copying webservices-api-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/webservices-api.jar [INFO] Copying webservices-rt-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/webservices-rt.jar [INFO] Copying jakarta.inject-api-2.0.1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.inject-api.jar [INFO] Copying stax2-api-4.2.1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/stax2-api.jar [INFO] Copying webservices-extra-xmlsec-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/webservices-extra-xmlsec.jar [INFO] Copying glassfish-corba-orb-4.2.4.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/glassfish-corba-orb.jar [INFO] Copying org.osgi.core-6.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/org.osgi.core.jar [INFO] Copying jakarta.authorization-api-2.1.0-RC1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.authorization-api.jar [INFO] Copying management-api-3.2.3.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/management-api.jar [INFO] Copying exception-annotation-processor-4.2.4.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/exception-annotation-processor.jar [INFO] Copying xmlsec-2.1.7.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/xmlsec.jar [INFO] Copying angus-activation-1.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/angus-activation.jar [INFO] Copying gmbal-4.0.3.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/gmbal.jar [INFO] Copying jakarta.xml.ws-api-4.0.0-RC2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.xml.ws-api.jar [INFO] Copying webservices-osgi-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/webservices-osgi.jar [INFO] Copying jakarta.jms-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.jms-api.jar [INFO] Copying jakarta.websocket-client-api-2.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.websocket-client-api.jar [INFO] Copying ha-api-3.1.13.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/ha-api.jar [INFO] Copying asm-tree-9.1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/asm-tree.jar [INFO] Copying jakarta.annotation-api-2.1.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.annotation-api.jar [INFO] Copying webservices-extra-jdk-packages-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/webservices-extra-jdk-packages.jar [INFO] Copying jakarta.batch-api-2.1.0-M1.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.batch-api.jar [INFO] Copying jakarta.ejb-api-4.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.ejb-api.jar [INFO] Copying pfl-tf-tools-4.1.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/pfl-tf-tools.jar [INFO] Copying pfl-basic-4.1.2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/pfl-basic.jar [INFO] Copying jakarta.el-api-5.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.el-api.jar [INFO] Copying jakarta.servlet-api-6.0.0.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jakarta.servlet-api.jar [INFO] Copying jaxb-osgi-4.0.0-M2.jar to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/modules/jaxb-osgi.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.588 s [INFO] Finished at: 2022-02-01T17:52:56Z [INFO] ------------------------------------------------------------------------ ########## Trunk.jta Started########## Buildfile: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/install/jta/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/weblib [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src Trying to override old definition of datatype string clean.all.classes: clean.all.dist: clean.all: build.all.jars: [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src compile: [ts.javac] Compiling 107 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/deliverable/DeliverableFactory.java:59: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] return (DeliverableInterface) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/harness/EETest.java:466: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] testClInst = Class.forName(sClass_name).newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/harness/ExecuteTSTestSameJVMCmd.java:83: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] Object t = c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/harness/TSRuntimeConfiguration.java:336: warning: [deprecation] Character(char) in Character has been deprecated [ts.javac] sHold = new String((new Character(c)).toString()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/harness/TS.java:55: warning: [deprecation] HelpNotFoundFault in Interview has been deprecated [ts.javac] } catch (Interview.HelpNotFoundFault f) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/harness/TS.java:57: warning: [deprecation] BadHelpFault in Interview has been deprecated [ts.javac] } catch (Interview.BadHelpFault bf) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/harness/TSScript.java:669: warning: [deprecation] translatePath(String) in Project has been deprecated [ts.javac] return org.apache.tools.ant.Project.translatePath(classpath); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/harness/TSScript.java:687: warning: [deprecation] translatePath(String) in Project has been deprecated [ts.javac] command[ii] = "PATH=" + Project.translatePath(existingPath); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/harness/TSScript.java:747: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] testCommand = (Command) (c.newInstance()); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/harness/TSTestFinder.java:269: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] cs = (CommentStream) (csc.newInstance()); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/harness/TSTestFinder.java:441: warning: [deprecation] Integer(int) in Integer has been deprecated [ts.javac] new Integer((iCount.intValue()) + 1)); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/harness/TSTestFinder.java:444: warning: [deprecation] Integer(int) in Integer has been deprecated [ts.javac] new Integer(1)); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/porting/TSDeployment.java:51: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] TSDeploymentInterface ctsDep1 = (TSDeploymentInterface) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/porting/TSHttpsURLConnection.java:50: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] tsHttpsURLConnection = (TSHttpsURLConnectionInterface) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/porting/TSHttpsURLConnection.java:71: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] tsHttpsURLConnection = (TSHttpsURLConnectionInterface) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/porting/TSJMSAdmin.java:82: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] TSJMSAdminInterface ctsJMS = (TSJMSAdminInterface) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/porting/TSLoginContext.java:114: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] ctsLogin = (TSLoginContextInterface) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/porting/TSURL.java:70: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] ctsURL = (TSURLInterface) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/porting/TSURL.java:99: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] ctsURL = (TSURLInterface) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/porting/TSURL.java:120: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] ctsURL = (TSURLInterface) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/AssertionMapper.java:333: warning: [deprecation] HandlerBase in org.xml.sax has been deprecated [ts.javac] extends HandlerBase { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/AssertionMapper.java:435: warning: [deprecation] AttributeList in org.xml.sax has been deprecated [ts.javac] public void startElement(String localName, AttributeList attrs) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/CharacterDecoder.java:192: warning: [deprecation] getBytes(int,int,byte[],int) in String has been deprecated [ts.javac] inputString.getBytes(0, inputString.length(), inputBuffer, 0); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/TSXADataSource.java:169: warning: [deprecation] Integer(String) in Integer has been deprecated [ts.javac] return new Integer(parameter); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/TSXADataSource.java:173: warning: [deprecation] Short(String) in Short has been deprecated [ts.javac] return new Short(parameter); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/TSXADataSource.java:177: warning: [deprecation] Byte(String) in Byte has been deprecated [ts.javac] return new Byte(parameter); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/TSXADataSource.java:181: warning: [deprecation] Long(String) in Long has been deprecated [ts.javac] return new Long(parameter); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/TSXADataSource.java:185: warning: [deprecation] Float(String) in Float has been deprecated [ts.javac] return new Float(parameter); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/TSXADataSource.java:189: warning: [deprecation] Double(String) in Double has been deprecated [ts.javac] return new Double(parameter); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/TSXADataSource.java:201: warning: [deprecation] Boolean(String) in Boolean has been deprecated [ts.javac] return new Boolean(parameter); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/TSXADataSource.java:219: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] XADataSource target = (XADataSource) clazz.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/TestUtil.java:927: warning: [deprecation] encode(String) in URLEncoder has been deprecated [ts.javac] buf.append(URLEncoder.encode(name)).append("=") [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/TestUtil.java:928: warning: [deprecation] encode(String) in URLEncoder has been deprecated [ts.javac] .append(URLEncoder.encode(value)); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/misc/ExtensionInfo.java:138: warning: [deprecation] IMPLEMENTATION_VENDOR_ID in Name has been deprecated [ts.javac] attrKey = s + Name.IMPLEMENTATION_VENDOR_ID.toString(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/misc/ExtensionInfo.java:143: warning: [deprecation] IMPLEMENTATION_URL in Name has been deprecated [ts.javac] attrKey = s + Name.IMPLEMENTATION_URL.toString(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/misc/Launcher.java:85: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] sm = (SecurityManager) loader.loadClass(s).newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/misc/Launcher.java:432: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] return (URLStreamHandler) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:31: warning: [removal] IdentityScope in java.security has been deprecated and marked for removal [ts.javac] public class IdentityDatabase extends IdentityScope implements Serializable { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:46: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] Hashtable identities; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:68: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] identities = new Hashtable(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:145: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] public Identity getIdentity(String name) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:146: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] Identity id = identities.get(name); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:147: warning: [removal] Signer in java.security has been deprecated and marked for removal [ts.javac] if (id instanceof Signer) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:162: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] public Identity getIdentity(PublicKey key) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:166: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] Enumeration e = identities(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:168: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] Identity i = e.nextElement(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:171: warning: [removal] Signer in java.security has been deprecated and marked for removal [ts.javac] if (i instanceof Signer) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:197: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] public void addIdentity(Identity identity) throws KeyManagementException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:199: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] Identity byName = getIdentity(identity.getName()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:200: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] Identity byKey = getIdentity(identity.getPublicKey()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:218: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] public void removeIdentity(Identity identity) throws KeyManagementException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:231: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] public Enumeration identities() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:339: warning: [removal] IdentityScope in java.security has been deprecated and marked for removal [ts.javac] IdentityScope.setSystemScope(systemDatabase); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:294: warning: [removal] IdentityScope in java.security has been deprecated and marked for removal [ts.javac] private static IdentityScope scope = null; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1285: warning: [deprecation] Boolean(boolean) in Boolean has been deprecated [ts.javac] return new Boolean(entry.getCodeSource().implies(cs)); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1952: warning: [removal] IdentityScope in java.security has been deprecated and marked for removal [ts.javac] IdentityScope is = IdentityScope.getSystemScope(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1952: warning: [removal] IdentityScope in java.security has been deprecated and marked for removal [ts.javac] IdentityScope is = IdentityScope.getSystemScope(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1969: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] final Identity id = AccessController [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1970: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] .doPrivileged(new java.security.PrivilegedAction() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1971: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] public Identity run() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:2006: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] private static boolean isTrusted(Identity id) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/PolicyParser.java:1181: warning: [deprecation] Integer(int) in Integer has been deprecated [ts.javac] Object[] source = { new Integer(line), msg }; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/PolicyParser.java:1190: warning: [deprecation] Integer(int) in Integer has been deprecated [ts.javac] Object[] source = { new Integer(line), expect, actual }; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/SystemIdentity.java:29: warning: [removal] Identity in java.security has been deprecated and marked for removal [ts.javac] public class SystemIdentity extends Identity implements Serializable { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/SystemIdentity.java:40: warning: [removal] IdentityScope in java.security has been deprecated and marked for removal [ts.javac] public SystemIdentity(String name, IdentityScope scope) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/SystemIdentity.java:77: warning: [removal] Certificate in java.security has been deprecated and marked for removal [ts.javac] void addIdentityCertificate(Certificate cert) throws KeyManagementException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/SystemIdentity.java:82: warning: [removal] Certificate in java.security has been deprecated and marked for removal [ts.javac] Certificate[] certs = certificates(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java:30: warning: [removal] Signer in java.security has been deprecated and marked for removal [ts.javac] public class SystemSigner extends Signer { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java:54: warning: [removal] IdentityScope in java.security has been deprecated and marked for removal [ts.javac] public SystemSigner(String name, IdentityScope scope) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java:90: warning: [removal] Certificate in java.security has been deprecated and marked for removal [ts.javac] void addSignerCertificate(Certificate cert) throws KeyManagementException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java:95: warning: [removal] Certificate in java.security has been deprecated and marked for removal [ts.javac] Certificate[] certs = certificates(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:74: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] ejbRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:87: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] servletRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:100: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] jspRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:113: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] ejbEmbedRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:126: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] ejbLiteJsfRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:139: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] ejbLiteJspRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:152: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] ejbLiteSecuredJspRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:165: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] webRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:178: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] emptyRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:191: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] stateless3Runner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:204: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] stateful3Runner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:217: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] appmanagedRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:230: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] appmanagedNoTxRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:243: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] wsejbRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:256: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] wsservletRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:269: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] pmservletRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:282: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] puservletRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:295: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] connectorServletRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:308: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] jaspicServletRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java:322: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] customVehicleRunner = (VehicleRunnable) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 91 warnings build: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes/com/sun/javatest [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes/com/sun/ts/lib/javatest [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/lib/tsharness.jar [echo] Core harness library jar, 'tsharness.jar', has been built. [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src tslib.clean: tslib.compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes [ts.javac] Note: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/deliverable/tck/TCKDeliverable.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. tslib: [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/lib/jtatck.jar [echo] The TCK specific library jar, 'jtatck.jar', has been built. BUILD SUCCESSFUL Total time: 5 seconds Buildfile: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/install/jta/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src Trying to override old definition of datatype string build.all.jars: [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src compile: build: [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/lib/tsharness.jar [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/lib/tsharness.jar [echo] Core harness library jar, 'tsharness.jar', has been built. [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src tslib.clean: [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/lib/jtatck.jar tslib.compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes [ts.javac] Note: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/lib/deliverable/tck/TCKDeliverable.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. tslib: [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/lib/jtatck.jar [echo] The TCK specific library jar, 'jtatck.jar', has been built. build.all.tests: [dosubdirs] Entering /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../src/com/sun/ts/tests/jta/ee/common [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jta/ee/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction/begin [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes -postcompile: package: [echo] vehiclestobuild: servlet jsp standalone [echo] vehicleoverride: [echo] name: begin [echo] vehicle: servlet [echo] Building servlet vehicle [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/EmptyVehicleRunner.java:39: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] theTestClient = (ServiceEETest) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/common/vehicle/servlet/ServletVehicle.java:76: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] testObj = (EETest) c.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] 2 warnings [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/begin [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/begin [echo] about to sweep vehicle runtime [echo] name: begin [echo] vehicle: jsp [echo] Building jsp vehicle [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/begin [echo] about to sweep vehicle runtime [echo] name: begin [echo] vehicle: standalone [echo] Building standalone vehicle [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction/commit [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes -postcompile: package: [echo] vehiclestobuild: servlet jsp standalone [echo] vehicleoverride: [echo] name: commit [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/commit [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/commit [echo] about to sweep vehicle runtime [echo] name: commit [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/commit [echo] about to sweep vehicle runtime [echo] name: commit [echo] vehicle: standalone [echo] Building standalone vehicle [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction/getstatus [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes -postcompile: package: [echo] vehiclestobuild: servlet jsp standalone [echo] vehicleoverride: [echo] name: getstatus [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus [echo] about to sweep vehicle runtime [echo] name: getstatus [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus [echo] about to sweep vehicle runtime [echo] name: getstatus [echo] vehicle: standalone [echo] Building standalone vehicle [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction/rollback [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes -postcompile: package: [echo] vehiclestobuild: servlet jsp standalone [echo] vehicleoverride: [echo] name: rollback [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback [echo] about to sweep vehicle runtime [echo] name: rollback [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback [echo] about to sweep vehicle runtime [echo] name: rollback [echo] vehicle: standalone [echo] Building standalone vehicle [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes -postcompile: package: [echo] vehiclestobuild: servlet jsp standalone [echo] vehicleoverride: [echo] name: setrollbackonly [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly [echo] about to sweep vehicle runtime [echo] name: setrollbackonly [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly [echo] about to sweep vehicle runtime [echo] name: setrollbackonly [echo] vehicle: standalone [echo] Building standalone vehicle [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes -postcompile: package: [echo] vehiclestobuild: servlet jsp standalone [echo] vehicleoverride: [echo] name: settransactiontimeout [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout [echo] about to sweep vehicle runtime [echo] name: settransactiontimeout [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout [echo] about to sweep vehicle runtime [echo] name: settransactiontimeout [echo] vehicle: standalone [echo] Building standalone vehicle [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/jta [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src signaturetest.compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/signaturetest/ApiCheckDriver.java:122: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] Object sigTestInstance = sigTestClass.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/signaturetest/SigTestDriver.java:166: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] Object sigTestInstance = sigTestClass.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/signaturetest/SigTestDriver.java:205: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] Object sigTestInstance = sigTestClass.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/signaturetest/SigTestDriver.java:268: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] Object sigTestInstance = sigTestClass.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/signaturetest/SigTestRecorder.java:87: warning: [deprecation] newInstance() in Class has been deprecated [ts.javac] Object batchSetupInstance = batchSetup.newInstance(); [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in class Class [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 5 warnings [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes -postcompile: package: [echo] vehiclestobuild: servlet jsp standalone [echo] vehicleoverride: [echo] name: JTASigTest [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/signaturetest/jta [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/jta/JTASigTest.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: JTASigTest [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/jta/JTASigTest.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: JTASigTest [echo] vehicle: standalone [echo] Building standalone vehicle [echo] about to sweep vehicle runtime build: build.all: BUILD SUCCESSFUL Total time: 17 seconds Buildfile: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/tools/build.xml [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src Trying to override old definition of datatype string has.override: no.override: jta: [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src createbundledatestring: init: [echo] licensefile=[LICENSE.md] setup: [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src ts.version: [echo] deliverable name=jta check.for.cancel.out: [echo] If this information is not correct, CTRL-C out of this build [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src check.bundle.dir: backup.bundle.dir: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck [echo] bundle.dir=[../JTA_BUILD/build_01-Feb-2022/bundle] [echo] deliverable.bundle.dir=[../JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck] check.for.jakartaee.subset: [echo] XML File to call is jta.xml build: [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/xml [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/xml/impl/glassfish [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/xml/impl/none [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/lib [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/src [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/xml/other [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/dist [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/docs build: [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/lib [copy] Copying 12 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/xml [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/xml/other [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/xml/impl/glassfish [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/xml/impl/none [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin [copy] Copying 116 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/src [copy] Warning: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/install/jta/docs does not exist. [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/lib/dtds jte.cleanup: [props.sanitizer] WARNING==> No such file: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/tools/../JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/ts.jte [props.sanitizer] Sanitize process Not run! copyinstall: [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/xml/impl/glassfish [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/xml/impl/glassfish [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/xml/impl/glassfish [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/xml/impl/glassfish [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/src [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck build: [copy] Copying 36 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/classes [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/lib [copy] Copying 58 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/lib/dtds [copy] Copying 70 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/lib/schemas [copy] Copying 26 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/dist [copy] Copying 107 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/src [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/src/com/sun/ts/lib/implementation/sun/common [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src mvn: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -----------------------< org.glassfish:tck_jta >------------------------ [exec] [INFO] Building Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta Transactions for Jakarta EE, Release 2.0 2.0.1 [exec] [INFO] --------------------------------[ pom ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ tck_jta --- [exec] [INFO] [exec] [INFO] --- glassfish-doc-maven-plugin:1.3:toc (generate-toc) @ tck_jta --- [exec] [INFO] [exec] [INFO] --- glassfish-doc-maven-plugin:1.3:book (generate-book) @ tck_jta --- [exec] [INFO] [exec] [INFO] --- jbake-maven-plugin:0.3.3:generate (build-site) @ tck_jta --- [exec] [WARNING] Template engine not available: org.jbake.template.GroovyMarkupTemplateEngine [exec] [WARNING] Template engine not available: org.jbake.template.PebbleTemplateEngine [exec] [WARNING] Template engine not available: org.jbake.template.GroovyTemplateEngine [exec] [WARNING] Template engine not available: org.jbake.template.ThymeleafTemplateEngine [exec] [WARNING] Template engine not available: org.jbake.template.JadeTemplateEngine [exec] [INFO] Baking has started... [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Detected limit of amount of simultaneously open files is 1048576, limit of open files for disk cache will be set to 523776 [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: 236272517120 B/225327 MB/220 GB of physical memory were detected on machine [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Soft memory limit for this process is set to -1 B/-1 MB/-1 GB [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Hard memory limit for this process is set to -1 B/-1 MB/-1 GB [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Path to 'memory' cgroup is '/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-podb42da3ca_3238_4bc0_8535_9af00f58d1dc.slice/crio-96fcc6b348e87ec27e117014831f41f7414d14f7122b62b4a042e3506a6846c9.scope' [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Mounting path for memory cgroup controller is '/sys/fs/cgroup/memory' [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Can not find '/sys/fs/cgroup/memory/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-podb42da3ca_3238_4bc0_8535_9af00f58d1dc.slice/crio-96fcc6b348e87ec27e117014831f41f7414d14f7122b62b4a042e3506a6846c9.scope' path for memory cgroup, it is supposed that process is running in container, will try to read root '/sys/fs/cgroup/memory' memory cgroup data [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: cgroup soft memory limit is 9223372036854771712 B/8796093022207 MB/8589934591 GB [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: cgroup hard memory limit is 4294967296 B/4096 MB/4 GB [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Detected memory limit for current process is 4294967296 B/4096 MB/4 GB [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: JVM can use maximum 1024MB of heap memory [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Because OrientDB is running inside a container 12% of memory will be left unallocated according to the setting 'memory.leftToContainer' not taking into account heap memory [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: OrientDB auto-config DISKCACHE=2,580MB (heap=1,024MB os=4,096MB) [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: System is started under an effective user : `jenkins` [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Allocation of 39216 pages. [exec] Feb 01, 2022 5:53:42 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Storage 'memory:cache' is created under OrientDB distribution : 3.0.30 - Veloce (build eae50981ca31c79c85e4524fb376fced313acc23, branch UNKNOWN) [exec] [WARNING] Unable to load a suitable rendering engine for extensions [md] [exec] [INFO] register new extractors for document type: masterindex [exec] [INFO] register new extractors for document type: tagsindex [exec] [INFO] register new extractors for document type: sitemap [exec] [INFO] Initializing Asciidoctor engine... [exec] [INFO] Asciidoctor engine initialized. [exec] Feb 01, 2022 5:53:48 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb catalog_inline_anchors [exec] WARNING: : line 162: id assigned to anchor already in use: GBFWG [exec] Feb 01, 2022 5:53:48 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb catalog_inline_anchors [exec] WARNING: : line 189: id assigned to anchor already in use: GBFVA [exec] [INFO] Processing [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/config.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/debug.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/faq.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/install.adoc]... : new [exec] Feb 01, 2022 5:53:49 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb next_block [exec] WARNING: : line 335: list item index: expected 1, got 2 [exec] Feb 01, 2022 5:53:49 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb next_block [exec] WARNING: : line 341: list item index: expected 2, got 3 [exec] [INFO] Processing [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/intro.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/preface.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/rebuild.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/rules.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/title.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/toc.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/using.adoc]... : new [exec] [INFO] Content detected: [exec] [INFO] Parsed 11 files of type: page [exec] [INFO] Rendering [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/target/staging/toc.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/target/staging/config.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/target/staging/using.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/target/staging/title.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/target/staging/rules.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/target/staging/rebuild.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/target/staging/preface.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/target/staging/intro.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/target/staging/install.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/target/staging/faq.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/target/staging/debug.html]... done! [exec] Feb 01, 2022 5:53:50 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: - shutdown storage: cache... [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/assets/README.md]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/assets/_config.yml]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/assets/css/style.css]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/README]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/attributes.conf]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/config.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/debug-tips.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/defns.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/install-server-vi.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/install-server.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/intro.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/packages.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/platforms.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/rebuild.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/req-software.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/rules.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/tck-packages.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/title.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/using-examples.inc]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/src/main/jbake/content/using.inc]... done! [exec] [INFO] Baking finished! [exec] [INFO] Baked 11 items in 8315ms [exec] [INFO] [exec] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-pdf-doc) @ tck_jta --- [exec] [INFO] Using 'UTF-8' encoding to copy filtered resources. [exec] [INFO] Copying 17 resources [exec] [INFO] asciidoctor: WARN: intro.adoc: line 333: list item index: expected 1, got 2 [exec] [INFO] asciidoctor: WARN: intro.adoc: line 339: list item index: expected 2, got 3 [exec] [INFO] asciidoctor: WARN: config.adoc: line 160: id assigned to anchor already in use: GBFWG [exec] [INFO] asciidoctor: WARN: config.adoc: line 187: id assigned to anchor already in use: GBFVA [exec] [INFO] asciidoctor: ERROR: failed to parse formatted text: cd /bin [exec] ant -Dkeywords="standalone_vehicle" run.all.tests [exec] [INFO] Converted /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/user_guides/jta/target/book/book.adoc [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 41.206 s [exec] [INFO] Finished at: 2022-02-01T17:54:14Z [exec] [INFO] ------------------------------------------------------------------------ [copy] Copying 14 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/docs [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/docs/pdf-usersguide [move] Moving 13 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/docs/html-usersguide [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src do.common.bundle.creation: [copy] Copying 5 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/classes [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/src [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src createbundledatestring: init: [echo] licensefile=[LICENSE.md] get.finder.args: binary.finder: [echo] Running binary finder... [java] ************************************************************ [java] * props file set to "/tmp/jenkins-cts-props.txt" [java] ************************************************************ [java] 02-01-2022 17:54:15: Harness - harness.executeMode is set to "0" [java] Reading tests... [java] Loading ../JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/src/vehicle.properties [java] %%%%%%%%%% Parsing file "jta/JTAJavadocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jta" %%%%%%%%% [java] 74 assertion files under /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../internal/docs [java] concurrency/ConcurrencyJavadocAssertions.xml [java] concurrency/ConcurrencySpecAssertions.xml [java] connector/ConnectorJavaDocAssertions.xml [java] connector/ConnectorSpecAssertions.xml [java] connector/jca_1.5/Connector1.5SpecAssertions.xml [java] connector/jca_1.6/ConnectorSpecAssertions.xml [java] connector/jca_1.6/StandaloneConnectorSpecAssertions.xml [java] ejb/EJB3SimplifiedSpecAssertions.xml [java] ejb/EJBJavaDocAssertions.xml [java] ejb/EJBSpecAssertions.xml [java] el/ELJavadocAssertions.xml [java] el/ELSpecAssertions.xml [java] j2eemgmt/J2EEMGMTJavadocAssertions.xml [java] j2eemgmt/J2EEMGMTSpecAssertions.xml [java] jacc/JACCJavaDocAssertions.xml [java] jacc/JACCSpecAssertions.xml [java] jakartaee/J2EE14SpecAssertions.xml [java] jakartaee/JavaEESpecAssertions.xml [java] jaspic/JASPICJavadocAssertions.xml [java] jaspic/JASPICSpecAssertions.xml [java] jaxrs/JAXRSJavadocAssertions.xml [java] jaxrs/JAXRSSpecAssertions.xml [java] jaxws/JAXWS23JavadocAssertions.xml [java] jaxws/JAXWS23SpecAssertions.xml [java] jaxws/JAXWSJavadocAssertions.xml [java] jaxws/JAXWSSpecAssertions.xml [java] jaxws/attachment/AttachmentsSpecAssertions.xml [java] jaxws/basicprofile/BasicProfileSpecAssertions.xml [java] jaxws/soap/SOAPSpecAssertions.xml [java] jdbc/JDBCJavadocAssertions.xml [java] jdbc/JDBCSpecAssertions.xml [java] jms/JMSJavadocAssertions.xml [java] jms/JMSSpecAssertions.xml [java] jpa/2.0/PersistenceJavaDocAssertions.xml [java] jpa/2.0/PersistenceSpecAssertions.xml [java] jpa/Persistence21JavadocAssertions.xml [java] jpa/Persistence22JavadocAssertions.xml [java] jpa/Persistence22SpecAssertions.xml [java] jpa/Persistence31JavadocAssertions.xml [java] jpa/Persistence31SpecAssertions.xml [java] jsf/JSFJavadocAssertions.xml [java] jsf/JSFSpecAssertions.xml [java] jsonb/JSONB10JavadocAssertions.xml [java] jsonb/Jsonb10SpecAssertions.xml [java] jsonb/JsonbSpecAssertions.xml [java] jsonp/JSONP1.0JavadocAssertions.xml [java] jsonp/JSONP1.1JavadocAssertions.xml [java] jsp/JSPJavadocAssertions.xml [java] jsp/JSPSpecAssertions.xml [java] jstl/JSTLSpecAssertions.xml [java] jta/JTAJavadocAssertions.xml [java] jws/JWSSpecAssertions.xml [java] saaj/SAAJ13JavadocAssertions.xml [java] saaj/SAAJ13SpecAssertions.xml [java] saaj/SAAJ14JavadocAssertions.xml [java] saaj/SAAJ14SpecAssertions.xml [java] saaj/SAAJ20JavadocAssertions.xml [java] saaj/SAAJ20SpecAssertions.xml [java] saaj/SAAJ30JavadocAssertions.xml [java] securityapi/SecurityAPIJavadocAssertions.xml [java] securityapi/SecurityAPISpecAssertions.xml [java] servlet/Servlet2.4JavadocAssertions.xml [java] servlet/Servlet2.4SpecAssertions.xml [java] servlet/Servlet2.5JavadocAssertions.xml [java] servlet/Servlet2.5SpecAssertions.xml [java] servlet/Servlet3.0JavadocAssertions.xml [java] servlet/Servlet3.0SpecAssertions.xml [java] servlet/Servlet3.1JavadocAssertions.xml [java] servlet/Servlet3.1SpecAssertions.xml [java] servlet/ServletJavadocAssertions.xml [java] servlet/ServletSpecAssertions.xml [java] webservices/WEBSERVICESSpecAssertions.xml [java] websocket/WebSocketJavadocAssertions.xml [java] websocket/WebSocketSpecAssertions.xml [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../internal/docs/jta/javadoc_assertions.dtd" [java] WARN: for id:[JTA:JAVADOC:2] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:5] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:6] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:7] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:8] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:9] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:10] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:11] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:12] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:13] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:14] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:15] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:16] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:17] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:18] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:19] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:20] null description in JTAJavadocAssertions.xml [java] Loading ../JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/src/com/sun/ts/lib/harness/keyword.properties [java] Writing /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/tools/../JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/src/testsuite.jtd [java] strings: 208 entries, 3121 bytes (906 compressed, 29%) [java] tests: 72 tests, 9332 bytes (998 compressed, 10%) [java] tree: 54 nodes, 811 bytes (556 compressed, 68%) [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src createbundledatestring: init: [echo] licensefile=[LICENSE.md] _create.version.file: [touch] Creating /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/version [propertyfile] Updating property file: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/bin/version createzipfile: [echo] bundle.dir=../JTA_BUILD/build_01-Feb-2022/bundle [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src -unix-zip: [exec] test of transactions-tck-2.0.2_01-Feb-2022.zip OK [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../install/jta. [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src [delete] Deleting: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src -ant-zip: [echo] Created latest link for the bundle at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/bin/xml/../../release/JTA_BUILD/latest BUILD SUCCESSFUL Total time: 57 seconds ########## Trunk.jta Completed ########## copying /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/latest/transactions-tck-2.0.2_01-Feb-2022.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/standalone-bundles/transactions-tck-2.0.2_latest.zip copying /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/latest/transactions-tck-2.0.2_01-Feb-2022.zip to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/standalone-bundles/transactions-tck-2.0.2.zip + cd .. + TS_HOME=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck + rm -rf /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck + unzip -q jakartaee-tck/standalone-bundles/transactions-tck-2.0.2.zip + rm -f ts.jte + wget https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/install/jta/bin/ts.jte --2022-02-01 17:54:18-- https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/install/jta/bin/ts.jte Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.109.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 13795 (13K) [text/plain] Saving to: ‘ts.jte’ 0K .......... ... 100% 92.8M=0s 2022-02-01 17:54:18 (92.8 MB/s) - ‘ts.jte’ saved [13795/13795] + HARNESS_REPORT_DIR='${ts.home}/../JTreport' + HARNESS_WORK_DIR='${ts.home}/../JTwork' + sed -i 's#^webServerHome=.*#webServerHome=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish#g' ts.jte ++ echo 'report\.dir=${ts.home}/../JTreport' ++ sed -e 's/\\\\/\\\\\\\\/g; s/\\//\\\\\\//g;' sed: -e expression #1, char 26: unknown option to `s' + sed -i 's/^report\.dir=\/tmp\/JTreport//g' ts.jte ++ echo 'work\.dir=${ts.home}/../JTwork' ++ sed -e 's/\\\\/\\\\\\\\/g; s/\\//\\\\\\//g;' sed: -e expression #1, char 26: unknown option to `s' + sed -i 's/^work\.dir=\/tmp\/JTwork//g' ts.jte + yes + cp -rfv /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/ts.jte /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/ts.jte '/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/ts.jte' -> '/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/ts.jte' yes: standard output: Broken pipe + cd /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin + ant config.vi Buildfile: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/weblib [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. Trying to override old definition of datatype string config.vi: [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. -delete.tck.ext.jars: [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. -copy.tck.ext.jars: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/lib [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: filter.password.file: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: restart.server: [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: stop-domain: [exec] CLI306: Warning - The server located at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1 is not running. [exec] Command stop-domain executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver: [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver.unix: [exec] Waiting for domain1 to start ..... [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [exec] Command start-domain executed successfully. [echo] The App Server is now available. [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver.win: BUILD SUCCESSFUL Total time: 8 seconds + cd /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/src/com/sun/ts/tests/ + ant deploy Buildfile: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/src/com/sun/ts/tests/build.xml [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. Trying to override old definition of datatype string deploy: [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. setup.archive.set: deploy: [echo] keywords=${keywords} [echo] keywords.direction.forward=true [echo] keywords.direction.reverse=true [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. -deploy: [gf.echo] 0 archive(s) to undeploy [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_jsp_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_jsp_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_jsp_vehicle_web.war [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_servlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_servlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_servlet_vehicle_web.war [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_jsp_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_jsp_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_jsp_vehicle_web.war [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_servlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_servlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_servlet_vehicle_web.war [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_jsp_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_jsp_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_jsp_vehicle_web.war [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_servlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_servlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_servlet_vehicle_web.war [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_jsp_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_jsp_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_jsp_vehicle_web.war [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_servlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_servlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_servlet_vehicle_web.war [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_jsp_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_jsp_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_jsp_vehicle_web.war [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_servlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_servlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_servlet_vehicle_web.war [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_jsp_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_jsp_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_jsp_vehicle_web.war [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_servlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_servlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_servlet_vehicle_web.war [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_jsp_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_jsp_vehicle_web.war [gf.echo] Looking at /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_servlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_servlet_vehicle_web.war [gf.echo] 14 archive(s) to deploy [copy] Copying 14 files to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/autodeploy [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_jsp_vehicle_web.war [gf.echo] Deployment Succeeded: begin_jsp_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_servlet_vehicle_web.war [gf.echo] Deployment Succeeded: begin_servlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_jsp_vehicle_web.war [gf.echo] Deployment Succeeded: commit_jsp_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_servlet_vehicle_web.war [gf.echo] Deployment Succeeded: commit_servlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_jsp_vehicle_web.war [gf.echo] Deployment Succeeded: getstatus_jsp_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_servlet_vehicle_web.war [gf.echo] Deployment Succeeded: getstatus_servlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_jsp_vehicle_web.war [gf.echo] Deployment Succeeded: rollback_jsp_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_servlet_vehicle_web.war [gf.echo] Deployment Succeeded: rollback_servlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_jsp_vehicle_web.war [gf.echo] Deployment Succeeded: setrollbackonly_jsp_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_servlet_vehicle_web.war [gf.echo] Deployment Succeeded: setrollbackonly_servlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_jsp_vehicle_web.war [gf.echo] Deployment Succeeded: settransactiontimeout_jsp_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_servlet_vehicle_web.war [gf.echo] Deployment Succeeded: settransactiontimeout_servlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_jsp_vehicle_web.war [gf.echo] Deployment Succeeded: JTASigTest_jsp_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_servlet_vehicle_web.war [gf.echo] Deployment Succeeded: JTASigTest_servlet_vehicle_web.war BUILD SUCCESSFUL Total time: 11 seconds + ant runclient + tee run.log Buildfile: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/src/com/sun/ts/tests/build.xml [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. Trying to override old definition of datatype string -check.for.deliverable.subset: -check.for.test.dir.file: runclient: [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. -check.for.test.dir.file: TestImport.runclient: [echo] ts.home = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin. init: set.keywords: [echo] keywords are set to: all set.prior.status: prior.status: check.results.mode: [echo] prior.status = pass,fail,error,notRun [echo] Results Mode is overwrite check.existing.dirs: delete.existing.dirs: backup.work.dir: backup.report.dir: set.report.arg: prepare.work.report.dirs: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/${work.dir} get.client: check.selected.test: no.selected.test: check.java.options: no.java.options: translatepath: runclient: [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:54:40: Harness - Use BinaryTestFinder... [javatest.batch] Feb 1, 2022, 5:54:42 PM Harness starting test run with configuration "ts_unix"... [javatest.batch] Starting tests [javatest.batch] 02-01-2022 17:54:42: Harness - startingTestRun - keywords set to: all [javatest.batch] 02-01-2022 17:54:42: Harness - harness.executeMode is set to "2" [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin001_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:54:42: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:54:42: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:54:42: Harness - keywords (to be passed to tests) set to: all [javatest.batch] Loading /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/vehicle.properties [javatest.batch] 02-01-2022 17:54:42: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserBegin001 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:54:42: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:54:42: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:42: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:42: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:54:42: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:54:42: Opened connection to http://localhost:8080/begin_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:54:42: TRACE: got outputstream [javatest.batch] 02-01-2022 17:54:42: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: --- Property Listing --- [javatest.batch] cts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../.. [javatest.batch] vehicle_archive_name=begin_jsp_vehicle_web [javatest.batch] testName=testUserBegin001 [javatest.batch] harness.log.delayseconds=1 [javatest.batch] vehicle=jsp [javatest.batch] jimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles [javatest.batch] harness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp [javatest.batch] porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL [javatest.batch] webServerPort=8080 [javatest.batch] all.props=false [javatest.batch] harness.log.traceflag=true [javatest.batch] harness.host=10.40.38.112 [javatest.batch] webServerHost=localhost [javatest.batch] test_classname=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClient [javatest.batch] bin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../bin [javatest.batch] harness.log.port=2000 [javatest.batch] harness.socket.retry.count=10 [javatest.batch] finder=cts [javatest.batch] current.keywords=all [javatest.batch] --- End Property Listing --- [javatest.batch] [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClient [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClient [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: ** IN getRunMethod: testname=testUserBegin001 [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: **runmethod=testUserBegin001 [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserBegin001_setup [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserBegin001_cleanup [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:54:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:54:43: SVR: The Status of the UserTransaction is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:54:43: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:54:43: SVR: The Status of the UserTransaction is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:54:43: SVR: Cleanup ok; [javatest.batch] 02-01-2022 17:54:43: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:54:43: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:54:43: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:54:44: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin001_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 1 (1 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 71 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin001_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:54:44: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:54:44: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:54:44: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserBegin001 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:54:45: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:54:45: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:45: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:45: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:54:45: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:54:45: Opened connection to http://localhost:8080/begin_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:54:45: TRACE: got outputstream [javatest.batch] 02-01-2022 17:54:45: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=begin_servlet_vehicle_webnulltestName=testUserBegin001nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClient [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClient [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: ** IN getRunMethod: testname=testUserBegin001 [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: **runmethod=testUserBegin001 [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserBegin001_setup [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserBegin001_cleanup [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:54:45: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:54:45: SVR: The Status of the UserTransaction is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:54:45: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:54:45: SVR: The Status of the UserTransaction is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:54:45: SVR: Cleanup ok; [javatest.batch] 02-01-2022 17:54:45: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:54:45: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:54:45: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:54:46: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin001_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 2 (2 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 70 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin001_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:54:46: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:54:46: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:54:46: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserBegin001 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:54:46: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:54:46: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:46: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:46: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:54:46: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:54:46: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:54:46: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:54:46: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClient [javatest.batch] 02-01-2022 17:54:46: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClient [javatest.batch] 02-01-2022 17:54:46: TRACE: ** IN getRunMethod: testname=testUserBegin001 [javatest.batch] 02-01-2022 17:54:46: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:54:46: TRACE: **runmethod=testUserBegin001 [javatest.batch] 02-01-2022 17:54:46: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:54:46: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:54:46: TRACE: getSetupMethod - checking for testcase specific setup method: testUserBegin001_setup [javatest.batch] 02-01-2022 17:54:46: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:54:46: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:54:46: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:54:46: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserBegin001_cleanup [javatest.batch] 02-01-2022 17:54:46: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:54:46: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:54:46: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:54:46: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:54:47 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:54:47: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:54:47: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:54:47: The Status of the UserTransaction is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:54:47: UserTransaction Started [javatest.batch] 02-01-2022 17:54:47: The Status of the UserTransaction is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:54:47: Cleanup ok; [javatest.batch] 02-01-2022 17:54:48: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin001_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 3 (3 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 69 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin002_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:54:48: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:54:48: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:54:48: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserBegin002 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:54:49: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:54:49: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:49: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:49: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:54:49: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:54:49: Opened connection to http://localhost:8080/begin_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:54:49: TRACE: got outputstream [javatest.batch] 02-01-2022 17:54:49: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:54:49: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:54:49: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=begin_jsp_vehicle_webnulltestName=testUserBegin002nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClient [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClient [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: ** IN getRunMethod: testname=testUserBegin002 [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: **runmethod=testUserBegin002 [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserBegin002_setup [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserBegin002_cleanup [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:54:49: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:54:49: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:54:49: SVR: Trying to start UserTransaction again [javatest.batch] 02-01-2022 17:54:49: SVR: Release Doesn't Support NESTED TRANSACTIONS [javatest.batch] 02-01-2022 17:54:49: SVR: NotSupportedException was caught as Expected !! [javatest.batch] 02-01-2022 17:54:49: SVR: Cleanup ok; [javatest.batch] 02-01-2022 17:54:49: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:54:50: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin002_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 4 (4 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 68 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin002_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:54:50: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:54:50: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:54:50: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserBegin002 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:54:50: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:54:50: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:50: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:50: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:54:50: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:54:50: Opened connection to http://localhost:8080/begin_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:54:50: TRACE: got outputstream [javatest.batch] 02-01-2022 17:54:50: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=begin_servlet_vehicle_webnulltestName=testUserBegin002nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClient [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClient [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: ** IN getRunMethod: testname=testUserBegin002 [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: **runmethod=testUserBegin002 [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserBegin002_setup [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserBegin002_cleanup [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:54:50: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:54:50: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:54:50: SVR: Trying to start UserTransaction again [javatest.batch] 02-01-2022 17:54:50: SVR: Release Doesn't Support NESTED TRANSACTIONS [javatest.batch] 02-01-2022 17:54:50: SVR: NotSupportedException was caught as Expected !! [javatest.batch] 02-01-2022 17:54:50: SVR: Cleanup ok; [javatest.batch] 02-01-2022 17:54:50: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:54:50: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:54:50: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:54:51: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin002_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 5 (5 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 67 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin002_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:54:52: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:54:52: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:54:52: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserBegin002 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:54:52: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:54:52: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:52: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:52: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:54:52: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:54:52: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:54:52: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:54:52: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClient [javatest.batch] 02-01-2022 17:54:52: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.begin.UserBeginClient [javatest.batch] 02-01-2022 17:54:52: TRACE: ** IN getRunMethod: testname=testUserBegin002 [javatest.batch] 02-01-2022 17:54:52: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:54:52: TRACE: **runmethod=testUserBegin002 [javatest.batch] 02-01-2022 17:54:52: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:54:52: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:54:52: TRACE: getSetupMethod - checking for testcase specific setup method: testUserBegin002_setup [javatest.batch] 02-01-2022 17:54:52: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:54:52: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:54:52: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:54:52: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserBegin002_cleanup [javatest.batch] 02-01-2022 17:54:52: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:54:52: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:54:52: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:54:52: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:54:52 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:54:52: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:54:52: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:54:52: UserTransaction Started [javatest.batch] 02-01-2022 17:54:52: Trying to start UserTransaction again [javatest.batch] 02-01-2022 17:54:52: Release Doesn't Support NESTED TRANSACTIONS [javatest.batch] 02-01-2022 17:54:52: NotSupportedException was caught as Expected !! [javatest.batch] 02-01-2022 17:54:52: Cleanup ok; [javatest.batch] 02-01-2022 17:54:53: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin002_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 6 (6 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 66 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit001_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:54:54: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:54:54: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:54:54: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit001 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:54:54: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:54:54: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:54: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:54: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:54:54: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:54:54: Opened connection to http://localhost:8080/commit_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:54:54: TRACE: got outputstream [javatest.batch] 02-01-2022 17:54:54: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:54:54: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:54:54: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:54:54: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:54:54: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:54:54: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=commit_jsp_vehicle_webnulltestName=testUserCommit001nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:54:54: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:54:54: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:54:54: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:54:54: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:54:54: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:54:54: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:54:54: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: ** IN getRunMethod: testname=testUserCommit001 [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: **runmethod=testUserCommit001 [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit001_setup [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit001_cleanup [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:54:55: SVR: User Transaction is Obtained [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:54:55: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:54:55: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:54:55: SVR: Trying to Commit on inactive UserTransaction [javatest.batch] 02-01-2022 17:54:55: SVR: IllegalStateException was caught as Expected !! [javatest.batch] 02-01-2022 17:54:55: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:54:55: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:54:55: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:54:55: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:54:56: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit001_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 7 (7 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 65 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit001_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:54:56: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:54:56: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:54:56: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit001 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:54:56: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:54:56: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:56: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:56: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:54:56: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:54:56: Opened connection to http://localhost:8080/commit_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:54:56: TRACE: got outputstream [javatest.batch] 02-01-2022 17:54:56: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=commit_servlet_vehicle_webnulltestName=testUserCommit001nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: ** IN getRunMethod: testname=testUserCommit001 [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: **runmethod=testUserCommit001 [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit001_setup [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit001_cleanup [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:54:56: SVR: User Transaction is Obtained [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:54:56: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:54:56: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:54:56: SVR: Trying to Commit on inactive UserTransaction [javatest.batch] 02-01-2022 17:54:56: SVR: IllegalStateException was caught as Expected !! [javatest.batch] 02-01-2022 17:54:56: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:54:56: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:54:56: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:54:56: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:54:57: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit001_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 8 (8 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 64 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit001_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:54:58: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:54:58: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:54:58: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit001 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:54:58: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:54:58: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:58: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:54:58: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:54:58: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:54:58: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:54:58: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:54:58: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:54:58: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:54:58: TRACE: ** IN getRunMethod: testname=testUserCommit001 [javatest.batch] 02-01-2022 17:54:58: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:54:58: TRACE: **runmethod=testUserCommit001 [javatest.batch] 02-01-2022 17:54:58: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:54:58: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:54:58: TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit001_setup [javatest.batch] 02-01-2022 17:54:58: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:54:58: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:54:58: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:54:58: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit001_cleanup [javatest.batch] 02-01-2022 17:54:58: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:54:58: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:54:58: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:54:58: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:54:58 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:54:58: User Transaction is Obtained [javatest.batch] 02-01-2022 17:54:58: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:54:58: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:54:58: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:54:58: Trying to Commit on inactive UserTransaction [javatest.batch] 02-01-2022 17:54:58: IllegalStateException was caught as Expected !! [javatest.batch] 02-01-2022 17:54:58: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:54:59: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit001_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 9 (9 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 63 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit002_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:00: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:00: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:00: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit002 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:00: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:00: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:00: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:00: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:00: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:55:00: Opened connection to http://localhost:8080/commit_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:55:00: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:00: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:55:00: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:55:00: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=commit_jsp_vehicle_webnulltestName=testUserCommit002nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: ** IN getRunMethod: testname=testUserCommit002 [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: **runmethod=testUserCommit002 [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit002_setup [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit002_cleanup [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:00: SVR: User Transaction is Obtained [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:00: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:00: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:00: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:00: SVR: UserTransaction Committed [javatest.batch] 02-01-2022 17:55:00: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:00: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:00: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:55:01: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit002_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 10 (10 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 62 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit002_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:02: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:02: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:02: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit002 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:02: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:02: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:02: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:02: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:02: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:55:02: Opened connection to http://localhost:8080/commit_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:55:02: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:02: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=commit_servlet_vehicle_webnulltestName=testUserCommit002nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: ** IN getRunMethod: testname=testUserCommit002 [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: **runmethod=testUserCommit002 [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit002_setup [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit002_cleanup [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:02: SVR: User Transaction is Obtained [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:02: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:02: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:02: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:02: SVR: UserTransaction Committed [javatest.batch] 02-01-2022 17:55:02: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:02: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:02: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:55:02: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:55:02: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:55:03: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit002_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 11 (11 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 61 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit002_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:03: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:03: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:03: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit002 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:04: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:04: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:04: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:04: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:04: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:55:04: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:04: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:04: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:04: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:04: TRACE: ** IN getRunMethod: testname=testUserCommit002 [javatest.batch] 02-01-2022 17:55:04: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:04: TRACE: **runmethod=testUserCommit002 [javatest.batch] 02-01-2022 17:55:04: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:04: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:04: TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit002_setup [javatest.batch] 02-01-2022 17:55:04: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:04: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:04: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:04: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit002_cleanup [javatest.batch] 02-01-2022 17:55:04: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:04: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:04: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:04: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:55:04 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:55:04: User Transaction is Obtained [javatest.batch] 02-01-2022 17:55:04: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:04: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:04: UserTransaction Started [javatest.batch] 02-01-2022 17:55:04: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:04: UserTransaction Committed [javatest.batch] 02-01-2022 17:55:04: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:04: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:05: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit002_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 12 (12 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 60 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit003_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:05: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:05: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:05: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit003 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:06: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:06: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:06: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:06: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:06: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:55:06: Opened connection to http://localhost:8080/commit_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:55:06: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:06: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:55:06: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:06: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=commit_jsp_vehicle_webnulltestName=testUserCommit003nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: ** IN getRunMethod: testname=testUserCommit003 [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: **runmethod=testUserCommit003 [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit003_setup [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit003_cleanup [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:06: SVR: User Transaction is Obtained [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:06: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:06: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:06: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:06: SVR: UserTransaction Committed [javatest.batch] 02-01-2022 17:55:06: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:06: SVR: Trying to Commit on UserTransaction again [javatest.batch] 02-01-2022 17:55:06: SVR: IllegalStateException was caught as Expected!! [javatest.batch] 02-01-2022 17:55:06: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:06: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:55:07: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit003_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 13 (13 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 59 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit003_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:07: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:07: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:07: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit003 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:07: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:07: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:07: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:07: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:07: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:55:08: Opened connection to http://localhost:8080/commit_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:55:08: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:08: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=commit_servlet_vehicle_webnulltestName=testUserCommit003nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: ** IN getRunMethod: testname=testUserCommit003 [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: **runmethod=testUserCommit003 [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit003_setup [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit003_cleanup [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:08: SVR: User Transaction is Obtained [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:08: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:08: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:08: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:08: SVR: UserTransaction Committed [javatest.batch] 02-01-2022 17:55:08: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:08: SVR: Trying to Commit on UserTransaction again [javatest.batch] 02-01-2022 17:55:08: SVR: IllegalStateException was caught as Expected!! [javatest.batch] 02-01-2022 17:55:08: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:08: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:55:08: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:55:08: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:55:09: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit003_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 14 (14 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 58 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit003_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:09: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:09: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:09: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit003 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:09: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:09: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:09: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:09: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:09: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:55:09: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:09: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:09: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:09: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:09: TRACE: ** IN getRunMethod: testname=testUserCommit003 [javatest.batch] 02-01-2022 17:55:09: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:09: TRACE: **runmethod=testUserCommit003 [javatest.batch] 02-01-2022 17:55:09: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:09: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:09: TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit003_setup [javatest.batch] 02-01-2022 17:55:09: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:09: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:09: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:09: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit003_cleanup [javatest.batch] 02-01-2022 17:55:09: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:09: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:09: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:09: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:55:10 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:55:10: User Transaction is Obtained [javatest.batch] 02-01-2022 17:55:10: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:10: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:10: UserTransaction Started [javatest.batch] 02-01-2022 17:55:10: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:10: UserTransaction Committed [javatest.batch] 02-01-2022 17:55:10: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:10: Trying to Commit on UserTransaction again [javatest.batch] 02-01-2022 17:55:10: IllegalStateException was caught as Expected!! [javatest.batch] 02-01-2022 17:55:10: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:11: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit003_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 15 (15 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 57 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit004_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:11: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:11: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:11: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit004 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:11: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:11: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:11: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:11: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:11: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:55:11: Opened connection to http://localhost:8080/commit_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:55:11: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:11: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:55:12: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:55:12: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=commit_jsp_vehicle_webnulltestName=testUserCommit004nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: ** IN getRunMethod: testname=testUserCommit004 [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: **runmethod=testUserCommit004 [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit004_setup [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit004_cleanup [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:12: SVR: User Transaction is Obtained [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:12: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:12: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:12: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:12: SVR: UserTransaction rolled back [javatest.batch] 02-01-2022 17:55:12: SVR: Trying to Commit on UserTransaction [javatest.batch] 02-01-2022 17:55:12: SVR: IllegalStateException was caught as Expected!! [javatest.batch] 02-01-2022 17:55:12: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:12: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:55:13: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit004_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 16 (16 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 56 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit004_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:13: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:13: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:13: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit004 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:13: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:13: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:13: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:13: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:13: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:55:13: Opened connection to http://localhost:8080/commit_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:55:13: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:13: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=commit_servlet_vehicle_webnulltestName=testUserCommit004nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: ** IN getRunMethod: testname=testUserCommit004 [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: **runmethod=testUserCommit004 [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit004_setup [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit004_cleanup [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:13: SVR: User Transaction is Obtained [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:13: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:13: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:13: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:13: SVR: UserTransaction rolled back [javatest.batch] 02-01-2022 17:55:13: SVR: Trying to Commit on UserTransaction [javatest.batch] 02-01-2022 17:55:13: SVR: IllegalStateException was caught as Expected!! [javatest.batch] 02-01-2022 17:55:13: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:13: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:55:13: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:55:13: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:55:14: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit004_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 17 (17 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 55 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit004_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:15: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:15: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:15: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit004 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:15: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:15: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:15: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:15: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:15: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:55:15: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:15: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:15: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:15: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:15: TRACE: ** IN getRunMethod: testname=testUserCommit004 [javatest.batch] 02-01-2022 17:55:15: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:15: TRACE: **runmethod=testUserCommit004 [javatest.batch] 02-01-2022 17:55:15: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:15: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:15: TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit004_setup [javatest.batch] 02-01-2022 17:55:15: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:15: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:15: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:15: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit004_cleanup [javatest.batch] 02-01-2022 17:55:15: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:15: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:15: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:15: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:55:15 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:55:15: User Transaction is Obtained [javatest.batch] 02-01-2022 17:55:15: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:15: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:15: UserTransaction Started [javatest.batch] 02-01-2022 17:55:15: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:15: UserTransaction rolled back [javatest.batch] 02-01-2022 17:55:15: Trying to Commit on UserTransaction [javatest.batch] 02-01-2022 17:55:15: IllegalStateException was caught as Expected!! [javatest.batch] 02-01-2022 17:55:15: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:16: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit004_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 18 (18 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 54 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit005_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:17: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:17: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:17: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit005 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:17: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:17: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:17: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:17: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:17: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:55:17: Opened connection to http://localhost:8080/commit_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:55:17: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:17: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:55:17: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:17: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=commit_jsp_vehicle_webnulltestName=testUserCommit005nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: ** IN getRunMethod: testname=testUserCommit005 [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: **runmethod=testUserCommit005 [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit005_setup [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit005_cleanup [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:17: SVR: User Transaction is Obtained [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:17: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:17: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:17: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:17: SVR: UserTransaction set for Rollback [javatest.batch] 02-01-2022 17:55:17: SVR: Trying to Commit on UserTransaction [javatest.batch] 02-01-2022 17:55:17: SVR: RollbackException was caught as Expected!! [javatest.batch] 02-01-2022 17:55:17: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:17: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:55:18: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit005_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 19 (19 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 53 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit005_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:18: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:18: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:18: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit005 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:19: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:19: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:19: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:19: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:19: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:55:19: Opened connection to http://localhost:8080/commit_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:55:19: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:19: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=commit_servlet_vehicle_webnulltestName=testUserCommit005nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: ** IN getRunMethod: testname=testUserCommit005 [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: **runmethod=testUserCommit005 [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit005_setup [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit005_cleanup [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:19: SVR: User Transaction is Obtained [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:19: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:19: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:19: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:19: SVR: UserTransaction set for Rollback [javatest.batch] 02-01-2022 17:55:19: SVR: Trying to Commit on UserTransaction [javatest.batch] 02-01-2022 17:55:19: SVR: RollbackException was caught as Expected!! [javatest.batch] 02-01-2022 17:55:19: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:19: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:55:19: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:55:19: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:55:20: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit005_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 20 (20 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 52 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit005_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:20: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:20: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:20: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserCommit005 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:21: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:21: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:21: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:21: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:21: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:55:21: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:21: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:21: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:21: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.commit.UserCommitClient [javatest.batch] 02-01-2022 17:55:21: TRACE: ** IN getRunMethod: testname=testUserCommit005 [javatest.batch] 02-01-2022 17:55:21: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:21: TRACE: **runmethod=testUserCommit005 [javatest.batch] 02-01-2022 17:55:21: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:21: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:21: TRACE: getSetupMethod - checking for testcase specific setup method: testUserCommit005_setup [javatest.batch] 02-01-2022 17:55:21: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:21: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:21: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:21: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserCommit005_cleanup [javatest.batch] 02-01-2022 17:55:21: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:21: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:21: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:21: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:55:21 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:55:21: User Transaction is Obtained [javatest.batch] 02-01-2022 17:55:21: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:21: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:21: UserTransaction Started [javatest.batch] 02-01-2022 17:55:21: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:21: UserTransaction set for Rollback [javatest.batch] 02-01-2022 17:55:21: Trying to Commit on UserTransaction [javatest.batch] 02-01-2022 17:55:21: RollbackException was caught as Expected!! [javatest.batch] 02-01-2022 17:55:21: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:22: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit005_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 21 (21 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 51 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus001_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:22: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:22: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:22: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus001 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:23: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:23: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:23: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:23: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:23: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:55:23: Opened connection to http://localhost:8080/getstatus_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:55:23: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:23: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:55:23: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:55:23: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=getstatus_jsp_vehicle_webnulltestName=testUserGetStatus001nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: ** IN getRunMethod: testname=testUserGetStatus001 [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: **runmethod=testUserGetStatus001 [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus001_setup [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus001_cleanup [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:23: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:23: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:23: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:23: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:23: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:55:24: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus001_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 22 (22 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 50 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus001_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:24: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:24: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:24: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus001 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:25: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:25: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:25: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:25: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:25: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:55:25: Opened connection to http://localhost:8080/getstatus_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:55:25: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:25: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=getstatus_servlet_vehicle_webnulltestName=testUserGetStatus001nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: ** IN getRunMethod: testname=testUserGetStatus001 [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: **runmethod=testUserGetStatus001 [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus001_setup [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus001_cleanup [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:25: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:25: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:25: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:25: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:25: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:55:25: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:55:25: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:55:26: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus001_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 23 (23 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 49 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus001_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:26: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:26: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:26: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus001 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:27: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:27: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:27: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:27: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:27: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:55:27: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:27: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:27: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:27: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:27: TRACE: ** IN getRunMethod: testname=testUserGetStatus001 [javatest.batch] 02-01-2022 17:55:27: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:27: TRACE: **runmethod=testUserGetStatus001 [javatest.batch] 02-01-2022 17:55:27: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:27: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:27: TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus001_setup [javatest.batch] 02-01-2022 17:55:27: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:27: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:27: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:27: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus001_cleanup [javatest.batch] 02-01-2022 17:55:27: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:27: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:27: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:27: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:55:27 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:55:27: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:27: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:27: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:27: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:27: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:28: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus001_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 24 (24 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 48 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus002_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:28: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:28: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:28: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus002 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:29: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:29: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:29: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:29: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:29: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:55:29: Opened connection to http://localhost:8080/getstatus_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:55:29: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:29: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:55:29: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:55:29: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=getstatus_jsp_vehicle_webnulltestName=testUserGetStatus002nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: ** IN getRunMethod: testname=testUserGetStatus002 [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: **runmethod=testUserGetStatus002 [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus002_setup [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus002_cleanup [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:29: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:29: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:29: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:29: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:29: SVR: Cleanup ok; [javatest.batch] 02-01-2022 17:55:29: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:55:30: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus002_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 25 (25 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 47 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus002_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:30: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:30: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:30: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus002 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:30: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:30: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:30: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:30: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:30: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:55:31: Opened connection to http://localhost:8080/getstatus_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:55:31: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:31: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=getstatus_servlet_vehicle_webnulltestName=testUserGetStatus002nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: ** IN getRunMethod: testname=testUserGetStatus002 [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: **runmethod=testUserGetStatus002 [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus002_setup [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus002_cleanup [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:31: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:31: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:31: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:31: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:31: SVR: Cleanup ok; [javatest.batch] 02-01-2022 17:55:31: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:55:31: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:55:31: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:55:32: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus002_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 26 (26 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 46 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus002_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:32: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:32: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:32: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus002 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:32: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:32: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:32: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:32: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:32: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:55:32: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:32: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:32: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:32: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:32: TRACE: ** IN getRunMethod: testname=testUserGetStatus002 [javatest.batch] 02-01-2022 17:55:32: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:32: TRACE: **runmethod=testUserGetStatus002 [javatest.batch] 02-01-2022 17:55:32: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:32: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:32: TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus002_setup [javatest.batch] 02-01-2022 17:55:32: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:32: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:32: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:32: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus002_cleanup [javatest.batch] 02-01-2022 17:55:32: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:32: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:32: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:32: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:55:33 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:55:33: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:33: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:33: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:33: UserTransaction Started [javatest.batch] 02-01-2022 17:55:33: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:33: Cleanup ok; [javatest.batch] 02-01-2022 17:55:34: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus002_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 27 (27 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 45 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus003_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:34: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:34: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:34: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus003 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:34: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:34: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:35: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:35: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:35: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:55:35: Opened connection to http://localhost:8080/getstatus_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:55:35: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:35: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:55:35: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:55:35: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=getstatus_jsp_vehicle_webnulltestName=testUserGetStatus003nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: ** IN getRunMethod: testname=testUserGetStatus003 [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: **runmethod=testUserGetStatus003 [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus003_setup [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus003_cleanup [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:35: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:35: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:35: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:35: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:35: SVR: UserTransaction Committed [javatest.batch] 02-01-2022 17:55:35: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:35: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:35: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:55:36: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus003_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 28 (28 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 44 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus003_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:36: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:36: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:36: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus003 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:36: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:36: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:36: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:36: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:36: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:55:36: Opened connection to http://localhost:8080/getstatus_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:55:36: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:36: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=getstatus_servlet_vehicle_webnulltestName=testUserGetStatus003nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: ** IN getRunMethod: testname=testUserGetStatus003 [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: **runmethod=testUserGetStatus003 [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus003_setup [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus003_cleanup [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:36: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:36: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:36: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:36: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:36: SVR: UserTransaction Committed [javatest.batch] 02-01-2022 17:55:36: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:36: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:36: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:55:36: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:55:36: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:55:37: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus003_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 29 (29 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 43 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus003_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:38: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:38: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:38: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus003 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:38: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:38: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:38: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:38: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:38: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:55:38: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:38: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:38: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:38: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:38: TRACE: ** IN getRunMethod: testname=testUserGetStatus003 [javatest.batch] 02-01-2022 17:55:38: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:38: TRACE: **runmethod=testUserGetStatus003 [javatest.batch] 02-01-2022 17:55:38: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:38: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:38: TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus003_setup [javatest.batch] 02-01-2022 17:55:38: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:38: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:38: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:38: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus003_cleanup [javatest.batch] 02-01-2022 17:55:38: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:38: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:38: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:38: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:55:38 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:55:39: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:39: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:39: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:39: UserTransaction Started [javatest.batch] 02-01-2022 17:55:39: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:39: UserTransaction Committed [javatest.batch] 02-01-2022 17:55:39: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:39: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:40: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus003_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 30 (30 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 42 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus004_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:40: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:40: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:40: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus004 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:40: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:40: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:40: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:40: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:40: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:55:40: Opened connection to http://localhost:8080/getstatus_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:55:40: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:40: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:55:40: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:55:40: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=getstatus_jsp_vehicle_webnulltestName=testUserGetStatus004nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: ** IN getRunMethod: testname=testUserGetStatus004 [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: **runmethod=testUserGetStatus004 [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus004_setup [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus004_cleanup [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:40: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:40: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:40: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:40: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:40: SVR: UserTransaction Rolled back [javatest.batch] 02-01-2022 17:55:40: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:40: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:40: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:55:41: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus004_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 31 (31 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 41 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus004_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:42: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:42: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:42: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus004 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:42: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:42: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:42: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:42: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:42: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:55:42: Opened connection to http://localhost:8080/getstatus_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:55:42: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:42: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=getstatus_servlet_vehicle_webnulltestName=testUserGetStatus004nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: ** IN getRunMethod: testname=testUserGetStatus004 [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: **runmethod=testUserGetStatus004 [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus004_setup [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus004_cleanup [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:42: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:42: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:42: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:42: SVR: UserTransaction Rolled back [javatest.batch] 02-01-2022 17:55:42: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:42: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:42: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:55:42: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:55:42: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:55:43: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus004_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 32 (32 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 40 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus004_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:44: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:44: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:44: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus004 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:44: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:44: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:44: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:44: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:44: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:55:44: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:44: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:44: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:44: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:44: TRACE: ** IN getRunMethod: testname=testUserGetStatus004 [javatest.batch] 02-01-2022 17:55:44: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:44: TRACE: **runmethod=testUserGetStatus004 [javatest.batch] 02-01-2022 17:55:44: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:44: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:44: TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus004_setup [javatest.batch] 02-01-2022 17:55:44: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:44: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:44: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:44: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus004_cleanup [javatest.batch] 02-01-2022 17:55:44: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:44: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:44: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:44: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:55:44 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:55:44: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:44: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:44: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:44: UserTransaction Started [javatest.batch] 02-01-2022 17:55:44: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:44: UserTransaction Rolled back [javatest.batch] 02-01-2022 17:55:44: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:44: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:45: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus004_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 33 (33 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 39 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus005_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:46: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:46: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:46: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus005 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:46: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:46: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:46: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:46: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:46: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:55:46: Opened connection to http://localhost:8080/getstatus_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:55:46: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:46: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:55:46: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:55:46: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=getstatus_jsp_vehicle_webnulltestName=testUserGetStatus005nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: ** IN getRunMethod: testname=testUserGetStatus005 [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: **runmethod=testUserGetStatus005 [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus005_setup [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus005_cleanup [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:46: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:46: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:46: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:46: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:46: SVR: UserTransaction marked for Rollback [javatest.batch] 02-01-2022 17:55:46: SVR: UserTransaction Status is STATUS_MARKED_ROLLBACK [javatest.batch] 02-01-2022 17:55:46: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:46: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:55:47: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus005_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 34 (34 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 38 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus005_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:47: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:47: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:47: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus005 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:48: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:48: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:48: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:48: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:48: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:55:48: Opened connection to http://localhost:8080/getstatus_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:55:48: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:48: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=getstatus_servlet_vehicle_webnulltestName=testUserGetStatus005nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: ** IN getRunMethod: testname=testUserGetStatus005 [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: **runmethod=testUserGetStatus005 [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus005_setup [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus005_cleanup [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:48: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:48: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:48: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:48: SVR: UserTransaction marked for Rollback [javatest.batch] 02-01-2022 17:55:48: SVR: UserTransaction Status is STATUS_MARKED_ROLLBACK [javatest.batch] 02-01-2022 17:55:48: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:48: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:55:48: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:55:48: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:55:49: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus005_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 35 (35 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 37 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus005_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:49: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:49: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:49: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserGetStatus005 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:49: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:49: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:49: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:49: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:49: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:55:49: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:49: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:49: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:49: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.getstatus.UserGetStatusClient [javatest.batch] 02-01-2022 17:55:49: TRACE: ** IN getRunMethod: testname=testUserGetStatus005 [javatest.batch] 02-01-2022 17:55:49: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:49: TRACE: **runmethod=testUserGetStatus005 [javatest.batch] 02-01-2022 17:55:49: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:49: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:49: TRACE: getSetupMethod - checking for testcase specific setup method: testUserGetStatus005_setup [javatest.batch] 02-01-2022 17:55:49: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:49: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:49: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:49: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserGetStatus005_cleanup [javatest.batch] 02-01-2022 17:55:49: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:49: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:49: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:49: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:55:50 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:55:50: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:50: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:50: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:50: UserTransaction Started [javatest.batch] 02-01-2022 17:55:50: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:50: UserTransaction marked for Rollback [javatest.batch] 02-01-2022 17:55:50: UserTransaction Status is STATUS_MARKED_ROLLBACK [javatest.batch] 02-01-2022 17:55:50: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:51: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus005_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 36 (36 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 36 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback001_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:51: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:51: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:51: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback001 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:52: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:52: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:52: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:52: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:52: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:55:52: Opened connection to http://localhost:8080/rollback_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:55:52: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:52: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:55:52: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:55:52: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=rollback_jsp_vehicle_webnulltestName=testUserRollback001nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: ** IN getRunMethod: testname=testUserRollback001 [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: **runmethod=testUserRollback001 [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback001_setup [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback001_cleanup [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:52: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:52: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:52: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:52: SVR: Rolling back the transaction [javatest.batch] 02-01-2022 17:55:52: SVR: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:55:52: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:52: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:55:53: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback001_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 37 (37 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 35 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback001_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:53: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:53: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:53: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback001 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:54: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:54: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:54: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:54: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:54: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:55:54: Opened connection to http://localhost:8080/rollback_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:55:54: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:54: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=rollback_servlet_vehicle_webnulltestName=testUserRollback001nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: ** IN getRunMethod: testname=testUserRollback001 [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: **runmethod=testUserRollback001 [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback001_setup [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback001_cleanup [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:54: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:54: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:54: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:54: SVR: Rolling back the transaction [javatest.batch] 02-01-2022 17:55:54: SVR: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:55:54: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:54: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:55:54: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:55:54: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:55:55: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback001_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 38 (38 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 34 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback001_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:55: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:55: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:55: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback001 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:55: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:55: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:55: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:55: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:55: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:55:55: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:55: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:55: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:55:55: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:55:55: TRACE: ** IN getRunMethod: testname=testUserRollback001 [javatest.batch] 02-01-2022 17:55:55: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:55: TRACE: **runmethod=testUserRollback001 [javatest.batch] 02-01-2022 17:55:55: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:55: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:55: TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback001_setup [javatest.batch] 02-01-2022 17:55:55: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:55: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:55: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:55: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback001_cleanup [javatest.batch] 02-01-2022 17:55:55: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:55: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:55: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:55: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:55:56 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:55:56: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:56: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:56: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:56: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:56: Rolling back the transaction [javatest.batch] 02-01-2022 17:55:56: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:55:56: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:57: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback001_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 39 (39 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 33 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback002_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:57: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:57: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:57: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback002 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:58: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:58: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:58: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:58: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:58: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:55:58: Opened connection to http://localhost:8080/rollback_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:55:58: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:58: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:55:58: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:55:58: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=rollback_jsp_vehicle_webnulltestName=testUserRollback002nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: ** IN getRunMethod: testname=testUserRollback002 [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: **runmethod=testUserRollback002 [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback002_setup [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback002_cleanup [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:58: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:58: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:58: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:58: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:58: SVR: UserTransaction Rolledback [javatest.batch] 02-01-2022 17:55:58: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:58: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:58: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:55:59: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback002_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 40 (40 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 32 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback002_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:55:59: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:55:59: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:55:59: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback002 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:55:59: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:55:59: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:59: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:55:59: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:55:59: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:55:59: Opened connection to http://localhost:8080/rollback_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:55:59: TRACE: got outputstream [javatest.batch] 02-01-2022 17:55:59: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=rollback_servlet_vehicle_webnulltestName=testUserRollback002nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: ** IN getRunMethod: testname=testUserRollback002 [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: **runmethod=testUserRollback002 [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback002_setup [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback002_cleanup [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:55:59: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:55:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:55:59: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:55:59: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:55:59: SVR: UserTransaction Rolledback [javatest.batch] 02-01-2022 17:55:59: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:55:59: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:55:59: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:55:59: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:55:59: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:56:00: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback002_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 41 (41 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 31 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback002_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:01: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:01: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:01: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback002 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:01: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:01: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:01: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:01: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:01: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:56:01: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:01: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:01: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:01: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:01: TRACE: ** IN getRunMethod: testname=testUserRollback002 [javatest.batch] 02-01-2022 17:56:01: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:01: TRACE: **runmethod=testUserRollback002 [javatest.batch] 02-01-2022 17:56:01: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:01: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:01: TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback002_setup [javatest.batch] 02-01-2022 17:56:01: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:01: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:01: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:01: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback002_cleanup [javatest.batch] 02-01-2022 17:56:01: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:01: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:01: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:01: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:56:01 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:56:01: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:01: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:01: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:01: UserTransaction Started [javatest.batch] 02-01-2022 17:56:01: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:01: UserTransaction Rolledback [javatest.batch] 02-01-2022 17:56:01: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:01: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:02: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback002_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 42 (42 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 30 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback003_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:03: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:03: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:03: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback003 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:03: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:03: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:03: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:03: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:03: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:56:03: Opened connection to http://localhost:8080/rollback_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:56:03: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:03: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:03: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:56:03: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=rollback_jsp_vehicle_webnulltestName=testUserRollback003nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: ** IN getRunMethod: testname=testUserRollback003 [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: **runmethod=testUserRollback003 [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback003_setup [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback003_cleanup [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:03: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:03: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:03: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:56:03: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:03: SVR: UserTransaction Committed [javatest.batch] 02-01-2022 17:56:03: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:03: SVR: Trying to Rollback UserTransaction [javatest.batch] 02-01-2022 17:56:03: SVR: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:03: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:03: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:56:04: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback003_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 43 (43 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 29 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback003_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:05: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:05: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:05: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback003 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:05: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:05: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:05: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:05: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:05: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:56:05: Opened connection to http://localhost:8080/rollback_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:56:05: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:05: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=rollback_servlet_vehicle_webnulltestName=testUserRollback003nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: ** IN getRunMethod: testname=testUserRollback003 [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: **runmethod=testUserRollback003 [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback003_setup [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback003_cleanup [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:05: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:05: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:05: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:56:05: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:05: SVR: UserTransaction Committed [javatest.batch] 02-01-2022 17:56:05: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:05: SVR: Trying to Rollback UserTransaction [javatest.batch] 02-01-2022 17:56:05: SVR: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:05: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:05: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:56:05: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:56:05: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:56:06: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback003_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 44 (44 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 28 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback003_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:06: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:06: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:06: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback003 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:07: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:07: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:07: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:07: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:07: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:56:07: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:07: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:07: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:07: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:07: TRACE: ** IN getRunMethod: testname=testUserRollback003 [javatest.batch] 02-01-2022 17:56:07: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:07: TRACE: **runmethod=testUserRollback003 [javatest.batch] 02-01-2022 17:56:07: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:07: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:07: TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback003_setup [javatest.batch] 02-01-2022 17:56:07: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:07: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:07: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:07: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback003_cleanup [javatest.batch] 02-01-2022 17:56:07: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:07: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:07: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:07: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:56:07 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:56:07: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:07: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:07: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:07: UserTransaction Started [javatest.batch] 02-01-2022 17:56:07: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:07: UserTransaction Committed [javatest.batch] 02-01-2022 17:56:07: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:07: Trying to Rollback UserTransaction [javatest.batch] 02-01-2022 17:56:07: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:07: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:08: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback003_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 45 (45 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 27 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback004_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:08: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:08: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:08: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback004 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:09: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:09: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:09: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:09: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:09: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:56:09: Opened connection to http://localhost:8080/rollback_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:56:09: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:09: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:56:09: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:56:09: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=rollback_jsp_vehicle_webnulltestName=testUserRollback004nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: ** IN getRunMethod: testname=testUserRollback004 [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: **runmethod=testUserRollback004 [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback004_setup [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback004_cleanup [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:09: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:09: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:56:09: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:09: SVR: UserTransaction Rolled back [javatest.batch] 02-01-2022 17:56:09: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:09: SVR: Trying to Rollback UserTransaction again [javatest.batch] 02-01-2022 17:56:09: SVR: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:09: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:09: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:56:10: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback004_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 46 (46 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 26 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback004_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:10: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:10: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:10: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback004 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:10: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:10: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:10: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:11: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:11: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:56:11: Opened connection to http://localhost:8080/rollback_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:56:11: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:11: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=rollback_servlet_vehicle_webnulltestName=testUserRollback004nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: ** IN getRunMethod: testname=testUserRollback004 [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: **runmethod=testUserRollback004 [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback004_setup [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback004_cleanup [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:11: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:11: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:11: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:56:11: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:11: SVR: UserTransaction Rolled back [javatest.batch] 02-01-2022 17:56:11: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:11: SVR: Trying to Rollback UserTransaction again [javatest.batch] 02-01-2022 17:56:11: SVR: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:11: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:11: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:56:11: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:56:11: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:56:12: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback004_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 47 (47 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 25 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback004_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:12: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:12: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:12: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback004 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:12: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:12: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:12: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:12: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:12: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:56:12: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:12: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:12: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:12: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:12: TRACE: ** IN getRunMethod: testname=testUserRollback004 [javatest.batch] 02-01-2022 17:56:12: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:12: TRACE: **runmethod=testUserRollback004 [javatest.batch] 02-01-2022 17:56:12: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:12: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:12: TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback004_setup [javatest.batch] 02-01-2022 17:56:12: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:12: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:12: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:12: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback004_cleanup [javatest.batch] 02-01-2022 17:56:12: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:12: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:12: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:12: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:56:13 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:56:13: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:13: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:13: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:13: UserTransaction Started [javatest.batch] 02-01-2022 17:56:13: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:13: UserTransaction Rolled back [javatest.batch] 02-01-2022 17:56:13: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:13: Trying to Rollback UserTransaction again [javatest.batch] 02-01-2022 17:56:13: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:13: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:14: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback004_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 48 (48 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 24 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback005_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:14: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:14: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:14: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback005 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:14: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:14: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:14: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:14: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:14: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:56:14: Opened connection to http://localhost:8080/rollback_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:56:14: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:14: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:56:15: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:56:15: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=rollback_jsp_vehicle_webnulltestName=testUserRollback005nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: ** IN getRunMethod: testname=testUserRollback005 [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: **runmethod=testUserRollback005 [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback005_setup [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback005_cleanup [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:15: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:15: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:56:15: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:15: SVR: UserTransaction Rolledback [javatest.batch] 02-01-2022 17:56:15: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:15: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:15: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:56:16: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback005_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 49 (49 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 23 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback005_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:16: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:16: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:16: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback005 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:16: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:16: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:16: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:16: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:16: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:56:16: Opened connection to http://localhost:8080/rollback_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:56:16: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:16: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=rollback_servlet_vehicle_webnulltestName=testUserRollback005nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: ** IN getRunMethod: testname=testUserRollback005 [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: **runmethod=testUserRollback005 [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback005_setup [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback005_cleanup [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:16: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:16: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:16: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:56:16: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:16: SVR: UserTransaction Rolledback [javatest.batch] 02-01-2022 17:56:16: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:16: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:16: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:56:16: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:56:16: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:56:17: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback005_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 50 (50 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 22 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback005_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:18: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:18: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:18: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserRollback005 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:18: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:18: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:18: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:18: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:18: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:56:18: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:18: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:18: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:18: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.rollback.UserRollbackClient [javatest.batch] 02-01-2022 17:56:18: TRACE: ** IN getRunMethod: testname=testUserRollback005 [javatest.batch] 02-01-2022 17:56:18: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:18: TRACE: **runmethod=testUserRollback005 [javatest.batch] 02-01-2022 17:56:18: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:18: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:18: TRACE: getSetupMethod - checking for testcase specific setup method: testUserRollback005_setup [javatest.batch] 02-01-2022 17:56:18: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:18: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:18: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:18: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserRollback005_cleanup [javatest.batch] 02-01-2022 17:56:18: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:18: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:18: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:18: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:56:18 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:56:19: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:19: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:19: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:19: UserTransaction Started [javatest.batch] 02-01-2022 17:56:19: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:19: UserTransaction Rolledback [javatest.batch] 02-01-2022 17:56:19: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:19: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:20: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback005_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 51 (51 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 21 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly001_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:20: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:20: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:20: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetRollbackOnly001 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:20: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:20: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:20: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:20: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:20: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:56:20: Opened connection to http://localhost:8080/setrollbackonly_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:56:20: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:20: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:56:21: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:56:21: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=setrollbackonly_jsp_vehicle_webnulltestName=testUserSetRollbackOnly001nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: ** IN getRunMethod: testname=testUserSetRollbackOnly001 [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: **runmethod=testUserSetRollbackOnly001 [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetRollbackOnly001_setup [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetRollbackOnly001_cleanup [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:21: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:21: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:21: SVR: Getting the status of transaction [javatest.batch] 02-01-2022 17:56:21: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:21: SVR: Trying to set the transaction for Rollback operation [javatest.batch] 02-01-2022 17:56:21: SVR: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:21: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:21: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:56:22: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly001_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 52 (52 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 20 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly001_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:22: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:22: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:22: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetRollbackOnly001 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:22: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:22: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:22: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:22: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:22: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:56:22: Opened connection to http://localhost:8080/setrollbackonly_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:56:22: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:22: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=setrollbackonly_servlet_vehicle_webnulltestName=testUserSetRollbackOnly001nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: ** IN getRunMethod: testname=testUserSetRollbackOnly001 [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: **runmethod=testUserSetRollbackOnly001 [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetRollbackOnly001_setup [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetRollbackOnly001_cleanup [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:22: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:22: SVR: Getting the status of transaction [javatest.batch] 02-01-2022 17:56:22: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:22: SVR: Trying to set the transaction for Rollback operation [javatest.batch] 02-01-2022 17:56:22: SVR: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:22: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:22: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:56:22: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:56:22: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:56:23: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly001_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 53 (53 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 19 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly001_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:24: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:24: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:24: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetRollbackOnly001 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:24: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:24: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:24: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:24: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:24: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:56:24: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:24: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:24: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:24: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:24: TRACE: ** IN getRunMethod: testname=testUserSetRollbackOnly001 [javatest.batch] 02-01-2022 17:56:24: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:24: TRACE: **runmethod=testUserSetRollbackOnly001 [javatest.batch] 02-01-2022 17:56:24: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:24: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:24: TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetRollbackOnly001_setup [javatest.batch] 02-01-2022 17:56:24: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:24: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:24: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:24: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetRollbackOnly001_cleanup [javatest.batch] 02-01-2022 17:56:24: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:24: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:24: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:24: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:56:24 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:56:25: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:25: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:25: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:25: Getting the status of transaction [javatest.batch] 02-01-2022 17:56:25: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:25: Trying to set the transaction for Rollback operation [javatest.batch] 02-01-2022 17:56:25: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:25: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:26: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly001_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 54 (54 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 18 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly002_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:26: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:26: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:26: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetRollbackOnly002 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:26: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:26: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:26: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:26: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:26: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:56:26: Opened connection to http://localhost:8080/setrollbackonly_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:56:26: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:26: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:56:26: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:56:26: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=setrollbackonly_jsp_vehicle_webnulltestName=testUserSetRollbackOnly002nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: ** IN getRunMethod: testname=testUserSetRollbackOnly002 [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: **runmethod=testUserSetRollbackOnly002 [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetRollbackOnly002_setup [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetRollbackOnly002_cleanup [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:26: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:26: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:56:26: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:26: SVR: UserTransaction set for Rollback operation [javatest.batch] 02-01-2022 17:56:26: SVR: UserTransaction Status is STATUS_MARKED_ROLLBACK [javatest.batch] 02-01-2022 17:56:26: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:26: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:56:27: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly002_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 55 (55 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 17 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly002_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:28: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:28: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:28: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetRollbackOnly002 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:28: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:28: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:28: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:28: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:28: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:56:28: Opened connection to http://localhost:8080/setrollbackonly_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:56:28: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:28: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=setrollbackonly_servlet_vehicle_webnulltestName=testUserSetRollbackOnly002nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: ** IN getRunMethod: testname=testUserSetRollbackOnly002 [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: **runmethod=testUserSetRollbackOnly002 [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetRollbackOnly002_setup [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetRollbackOnly002_cleanup [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:28: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:28: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:28: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:56:28: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:28: SVR: UserTransaction set for Rollback operation [javatest.batch] 02-01-2022 17:56:28: SVR: UserTransaction Status is STATUS_MARKED_ROLLBACK [javatest.batch] 02-01-2022 17:56:28: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:28: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:56:28: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:56:28: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:56:29: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly002_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 56 (56 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 16 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly002_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:29: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:29: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:29: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetRollbackOnly002 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:30: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:30: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:30: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:30: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:30: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:56:30: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:30: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:30: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:30: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:30: TRACE: ** IN getRunMethod: testname=testUserSetRollbackOnly002 [javatest.batch] 02-01-2022 17:56:30: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:30: TRACE: **runmethod=testUserSetRollbackOnly002 [javatest.batch] 02-01-2022 17:56:30: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:30: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:30: TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetRollbackOnly002_setup [javatest.batch] 02-01-2022 17:56:30: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:30: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:30: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:30: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetRollbackOnly002_cleanup [javatest.batch] 02-01-2022 17:56:30: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:30: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:30: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:30: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:56:30 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:56:30: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:30: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:30: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:30: UserTransaction Started [javatest.batch] 02-01-2022 17:56:30: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:30: UserTransaction set for Rollback operation [javatest.batch] 02-01-2022 17:56:30: UserTransaction Status is STATUS_MARKED_ROLLBACK [javatest.batch] 02-01-2022 17:56:30: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:31: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly002_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 57 (57 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 15 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly003_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:32: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:32: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:32: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetRollbackOnly003 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:32: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:32: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:32: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:32: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:32: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:56:32: Opened connection to http://localhost:8080/setrollbackonly_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:56:32: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:32: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:56:32: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:56:32: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=setrollbackonly_jsp_vehicle_webnulltestName=testUserSetRollbackOnly003nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: ** IN getRunMethod: testname=testUserSetRollbackOnly003 [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: **runmethod=testUserSetRollbackOnly003 [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetRollbackOnly003_setup [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetRollbackOnly003_cleanup [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:32: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:32: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:32: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:56:32: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:32: SVR: UserTransaction Committed [javatest.batch] 02-01-2022 17:56:32: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:32: SVR: Trying to set the transaction for Rollback operation [javatest.batch] 02-01-2022 17:56:32: SVR: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:32: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:32: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:56:33: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly003_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 58 (58 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 14 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly003_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:33: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:33: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:33: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetRollbackOnly003 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:34: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:34: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:34: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:34: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:34: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:56:34: Opened connection to http://localhost:8080/setrollbackonly_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:56:34: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:34: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=setrollbackonly_servlet_vehicle_webnulltestName=testUserSetRollbackOnly003nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: ** IN getRunMethod: testname=testUserSetRollbackOnly003 [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: **runmethod=testUserSetRollbackOnly003 [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetRollbackOnly003_setup [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetRollbackOnly003_cleanup [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:34: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:34: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:56:34: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:34: SVR: UserTransaction Committed [javatest.batch] 02-01-2022 17:56:34: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:34: SVR: Trying to set the transaction for Rollback operation [javatest.batch] 02-01-2022 17:56:34: SVR: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:34: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:34: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:56:34: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:56:34: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:56:35: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly003_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 59 (59 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 13 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly003_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:35: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:35: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:35: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetRollbackOnly003 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:36: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:36: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:36: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:36: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:36: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:56:36: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:36: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:36: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:36: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:36: TRACE: ** IN getRunMethod: testname=testUserSetRollbackOnly003 [javatest.batch] 02-01-2022 17:56:36: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:36: TRACE: **runmethod=testUserSetRollbackOnly003 [javatest.batch] 02-01-2022 17:56:36: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:36: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:36: TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetRollbackOnly003_setup [javatest.batch] 02-01-2022 17:56:36: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:36: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:36: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:36: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetRollbackOnly003_cleanup [javatest.batch] 02-01-2022 17:56:36: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:36: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:36: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:36: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:56:36 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:56:36: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:36: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:36: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:36: UserTransaction Started [javatest.batch] 02-01-2022 17:56:36: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:36: UserTransaction Committed [javatest.batch] 02-01-2022 17:56:36: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:36: Trying to set the transaction for Rollback operation [javatest.batch] 02-01-2022 17:56:36: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:36: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:37: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly003_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 60 (60 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 12 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly004_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:37: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:37: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:37: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetRollbackOnly004 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:38: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:38: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:38: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:38: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:38: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:56:38: Opened connection to http://localhost:8080/setrollbackonly_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:56:38: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:38: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:38: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:56:38: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=setrollbackonly_jsp_vehicle_webnulltestName=testUserSetRollbackOnly004nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: ** IN getRunMethod: testname=testUserSetRollbackOnly004 [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: **runmethod=testUserSetRollbackOnly004 [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetRollbackOnly004_setup [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetRollbackOnly004_cleanup [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:38: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:38: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:38: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:56:38: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:38: SVR: UserTransaction Rolled back [javatest.batch] 02-01-2022 17:56:38: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:38: SVR: Trying to set the transaction forRollback operation [javatest.batch] 02-01-2022 17:56:38: SVR: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:38: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:38: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:56:39: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly004_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 61 (61 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 11 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly004_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:39: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:39: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:39: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetRollbackOnly004 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:39: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:39: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:39: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:39: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:39: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:56:39: Opened connection to http://localhost:8080/setrollbackonly_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:56:39: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:39: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=setrollbackonly_servlet_vehicle_webnulltestName=testUserSetRollbackOnly004nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: ** IN getRunMethod: testname=testUserSetRollbackOnly004 [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: **runmethod=testUserSetRollbackOnly004 [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetRollbackOnly004_setup [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetRollbackOnly004_cleanup [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:40: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:40: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:40: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:56:40: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:40: SVR: UserTransaction Rolled back [javatest.batch] 02-01-2022 17:56:40: SVR: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:40: SVR: Trying to set the transaction forRollback operation [javatest.batch] 02-01-2022 17:56:40: SVR: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:40: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:40: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:56:40: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:56:40: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:56:41: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly004_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 62 (62 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 10 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly004_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:41: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:41: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:41: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetRollbackOnly004 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:41: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:41: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:41: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:41: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:41: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:56:41: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:41: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:41: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:41: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly.UserSetRollbackOnlyClient [javatest.batch] 02-01-2022 17:56:41: TRACE: ** IN getRunMethod: testname=testUserSetRollbackOnly004 [javatest.batch] 02-01-2022 17:56:41: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:41: TRACE: **runmethod=testUserSetRollbackOnly004 [javatest.batch] 02-01-2022 17:56:41: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:41: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:41: TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetRollbackOnly004_setup [javatest.batch] 02-01-2022 17:56:41: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:41: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:41: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:41: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetRollbackOnly004_cleanup [javatest.batch] 02-01-2022 17:56:41: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:41: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:41: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:41: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:56:42 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:56:42: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:42: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:42: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:42: UserTransaction Started [javatest.batch] 02-01-2022 17:56:42: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:56:42: UserTransaction Rolled back [javatest.batch] 02-01-2022 17:56:42: UserTransaction Status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:56:42: Trying to set the transaction forRollback operation [javatest.batch] 02-01-2022 17:56:42: IllegalStateException was caught as expected!! [javatest.batch] 02-01-2022 17:56:42: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:56:43: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly004_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 63 (63 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 9 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout001_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:56:43: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:56:43: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:56:43: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetTransactionTimeout001 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:56:43: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:56:43: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:43: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:56:43: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:56:43: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:56:43: Opened connection to http://localhost:8080/settransactiontimeout_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:56:43: TRACE: got outputstream [javatest.batch] 02-01-2022 17:56:43: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=settransactiontimeout_jsp_vehicle_webnulltestName=testUserSetTransactionTimeout001nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClient [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClient [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: ** IN getRunMethod: testname=testUserSetTransactionTimeout001 [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: **runmethod=testUserSetTransactionTimeout001 [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetTransactionTimeout001_setup [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetTransactionTimeout001_cleanup [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:56:44: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:56:44: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:56:44: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:56:44: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:57:14: SVR: RollbackException caught as expected [javatest.batch] 02-01-2022 17:57:14: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:57:14: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:57:14: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:57:14: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:57:15: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout001_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 64 (64 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 8 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout001_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:57:15: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:57:15: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:57:15: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetTransactionTimeout001 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:57:15: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:57:15: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:57:15: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:57:15: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:57:15: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:57:15: Opened connection to http://localhost:8080/settransactiontimeout_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:57:15: TRACE: got outputstream [javatest.batch] 02-01-2022 17:57:15: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=settransactiontimeout_servlet_vehicle_webnulltestName=testUserSetTransactionTimeout001nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClient [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClient [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: ** IN getRunMethod: testname=testUserSetTransactionTimeout001 [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: **runmethod=testUserSetTransactionTimeout001 [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetTransactionTimeout001_setup [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetTransactionTimeout001_cleanup [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:57:15: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:57:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:57:15: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:57:15: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:57:45: SVR: RollbackException caught as expected [javatest.batch] 02-01-2022 17:57:45: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:57:45: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:57:45: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:57:45: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:57:46: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout001_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 65 (65 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 7 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout001_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:57:47: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:57:47: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:57:47: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetTransactionTimeout001 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:57:47: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:57:47: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:57:47: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:57:47: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:57:47: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:57:47: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:57:47: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:57:47: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClient [javatest.batch] 02-01-2022 17:57:47: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClient [javatest.batch] 02-01-2022 17:57:47: TRACE: ** IN getRunMethod: testname=testUserSetTransactionTimeout001 [javatest.batch] 02-01-2022 17:57:47: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:57:47: TRACE: **runmethod=testUserSetTransactionTimeout001 [javatest.batch] 02-01-2022 17:57:47: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:57:47: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:57:47: TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetTransactionTimeout001_setup [javatest.batch] 02-01-2022 17:57:47: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:57:47: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:57:47: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:57:47: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetTransactionTimeout001_cleanup [javatest.batch] 02-01-2022 17:57:47: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:57:47: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:57:47: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:57:47: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:57:47 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:57:47: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:57:47: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:57:47: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:57:47: UserTransaction Started [javatest.batch] 02-01-2022 17:57:47: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:58:17: RollbackException caught as expected [javatest.batch] 02-01-2022 17:58:17: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:58:18: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout001_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 66 (66 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 6 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout002_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:58:19: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:58:19: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:58:19: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetTransactionTimeout002 -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:58:19: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:58:19: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:58:19: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:58:19: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:58:19: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:58:19: Opened connection to http://localhost:8080/settransactiontimeout_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:58:19: TRACE: got outputstream [javatest.batch] 02-01-2022 17:58:19: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=settransactiontimeout_jsp_vehicle_webnulltestName=testUserSetTransactionTimeout002nullharness.log.delayseconds=1nullvehicle=jspnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClient [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClient [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: ** IN getRunMethod: testname=testUserSetTransactionTimeout002 [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: **runmethod=testUserSetTransactionTimeout002 [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetTransactionTimeout002_setup [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetTransactionTimeout002_cleanup [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:58:19: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:58:19: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:58:19: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:58:19: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:58:24: SVR: status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:58:24: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:58:24: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:58:24: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:58:24: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:58:25: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout002_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 67 (67 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 5 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout002_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:58:26: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:58:26: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:58:26: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetTransactionTimeout002 -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:58:26: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:58:26: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:58:26: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:58:26: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:58:26: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:58:26: Opened connection to http://localhost:8080/settransactiontimeout_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:58:26: TRACE: got outputstream [javatest.batch] 02-01-2022 17:58:26: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=settransactiontimeout_servlet_vehicle_webnulltestName=testUserSetTransactionTimeout002nullharness.log.delayseconds=1nullvehicle=servletnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClientnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClient [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClient [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: ** IN getRunMethod: testname=testUserSetTransactionTimeout002 [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: **runmethod=testUserSetTransactionTimeout002 [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetTransactionTimeout002_setup [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetTransactionTimeout002_cleanup [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: Test environment initialized [javatest.batch] 02-01-2022 17:58:26: SVR: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:58:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:58:26: SVR: UserTransaction Started [javatest.batch] 02-01-2022 17:58:26: SVR: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:58:31: SVR: status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:58:31: SVR: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:58:31: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:58:31: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:58:31: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:58:32: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout002_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 68 (68 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 4 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout002_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:58:32: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:58:32: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:58:32: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t testUserSetTransactionTimeout002 -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:58:33: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:58:33: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:58:33: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:58:33: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:58:33: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:58:33: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:58:33: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:58:33: TRACE: TESTCLASS=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClient [javatest.batch] 02-01-2022 17:58:33: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout.UserSetTransactionTimeoutClient [javatest.batch] 02-01-2022 17:58:33: TRACE: ** IN getRunMethod: testname=testUserSetTransactionTimeout002 [javatest.batch] 02-01-2022 17:58:33: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:58:33: TRACE: **runmethod=testUserSetTransactionTimeout002 [javatest.batch] 02-01-2022 17:58:33: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:58:33: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:58:33: TRACE: getSetupMethod - checking for testcase specific setup method: testUserSetTransactionTimeout002_setup [javatest.batch] 02-01-2022 17:58:33: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:58:33: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:58:33: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:58:33: TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUserSetTransactionTimeout002_cleanup [javatest.batch] 02-01-2022 17:58:33: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:58:33: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:58:33: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:58:33: TRACE: Test environment initialized [javatest.batch] Feb 01, 2022 5:58:33 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [javatest.batch] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [javatest.batch] 02-01-2022 17:58:33: User Transaction object is Obtained [javatest.batch] 02-01-2022 17:58:33: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:58:33: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:58:33: UserTransaction Started [javatest.batch] 02-01-2022 17:58:33: UserTransaction Status is STATUS_ACTIVE [javatest.batch] 02-01-2022 17:58:38: status is STATUS_NO_TRANSACTION [javatest.batch] 02-01-2022 17:58:38: CleanUp not required as Transaction is not in Active state. [javatest.batch] 02-01-2022 17:58:39: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout002_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 69 (69 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 3 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/signaturetest/jta/JTASigTest.java#signatureTest_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:58:39: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:58:39: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:58:39: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t signatureTest -vehicle jsp [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:58:40: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:58:40: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:58:40: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:58:40: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:58:40: TRACE: Vehicle to be used for this test is: jsp [javatest.batch] 02-01-2022 17:58:40: Opened connection to http://localhost:8080/JTASigTest_jsp_vehicle_web/jsp_vehicle.jsp [javatest.batch] 02-01-2022 17:58:40: TRACE: got outputstream [javatest.batch] 02-01-2022 17:58:40: TRACE: wrote objects to the jsp vehicle [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: JSPVehicle - In doJSPGet [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: JSPVehicle - got InputStream [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: JSP Vehicle -read properties!!! [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: JSP Vehicle - list the props [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=JTASigTest_jsp_vehicle_webnullts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nulltestName=signatureTestnullharness.log.delayseconds=1nullvehicle=jspnullsigTestClasspath=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.namingnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.signaturetest.jta.JTASigTestnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnulljtaJarClasspath=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jarnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: JSPVehicle - read Objects [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: Remote logging set for JSP Vehicle [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: JSPVehicle - Here are the props [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: TESTCLASS=com.sun.ts.tests.signaturetest.jta.JTASigTest [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.signaturetest.jta.JTASigTest [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: ** IN getRunMethod: testname=signatureTest [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: **runmethod=signatureTest [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: signatureTest_setup [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: signatureTest_cleanup [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:58:40: SVR: $$$ SigTestEE.setup() called [javatest.batch] 02-01-2022 17:58:40: SVR: $$$ SigTestEE.setup() complete [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:58:40: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:58:40: SVR: $$$ SigTestEE.signatureTest() called [javatest.batch] 02-01-2022 17:58:40: SVR: Using the following as the sig-Test map file: sig-test_se11.map [javatest.batch] 02-01-2022 17:58:40: SVR: Using the following as the SigTest Package file: sig-test-pkg-list_se11.txt [javatest.batch] 02-01-2022 17:58:40: SVR: Executing JImage [javatest.batch] 02-01-2022 17:58:40: SVR: /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/jimage extract --dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules [javatest.batch] 02-01-2022 17:58:43: SVR: JImage RC = 0 [javatest.batch] 02-01-2022 17:58:43: SVR: optionalPkgToIgnore = [javatest.batch] 02-01-2022 17:58:43: SVR: ********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION ********** [javatest.batch] [javatest.batch] [javatest.batch] 02-01-2022 17:58:43: SVR: ********** BEGIN VALIDATE PACKAGE 'jakarta.transaction' ********** [javatest.batch] [javatest.batch] 02-01-2022 17:58:43: SVR: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 02-01-2022 17:58:43: SVR: Static mode supports checks of static constants values [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[0]: -Static [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[1]: -CheckValue [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[2]: -mode [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[3]: src [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[4]: -Verbose [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[5]: -FileName [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[6]: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.transaction.sig_2.0_se11 [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[7]: -Classpath [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[8]: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.naming [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[9]: -Package [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[10]: jakarta.transaction [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[11]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[12]: java.util.Map [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[13]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[14]: java.lang.Object [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[15]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[16]: java.io.ByteArrayInputStream [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[17]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[18]: java.io.InputStream [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[19]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[20]: java.lang.Deprecated [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[21]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[22]: java.io.Writer [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[23]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[24]: java.io.OutputStream [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[25]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[26]: java.util.List [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[27]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[28]: java.util.Collection [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[29]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[30]: java.lang.instrument.IllegalClassFormatException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[31]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[32]: javax.transaction.xa.XAException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[33]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[34]: java.lang.annotation.Repeatable [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[35]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[36]: java.lang.InterruptedException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[37]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[38]: java.lang.CloneNotSupportedException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[39]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[40]: java.lang.Throwable [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[41]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[42]: java.lang.Thread [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[43]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[44]: java.lang.Enum [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[45]: -ApiVersion [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[46]: 2.0_se11 [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[0] = -Static [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[1] = -CheckValue [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[2] = -mode [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[3] = src [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[4] = -Verbose [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[5] = -FileName [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[6] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.transaction.sig_2.0_se11 [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[7] = -Classpath [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[8] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.naming [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[9] = -Package [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[10] = jakarta.transaction [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[11] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[12] = java.util.Map [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[13] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[14] = java.lang.Object [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[15] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[16] = java.io.ByteArrayInputStream [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[17] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[18] = java.io.InputStream [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[19] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[20] = java.lang.Deprecated [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[21] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[22] = java.io.Writer [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[23] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[24] = java.io.OutputStream [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[25] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[26] = java.util.List [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[27] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[28] = java.util.Collection [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[29] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[30] = java.lang.instrument.IllegalClassFormatException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[31] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[32] = javax.transaction.xa.XAException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[33] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[34] = java.lang.annotation.Repeatable [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[35] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[36] = java.lang.InterruptedException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[37] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[38] = java.lang.CloneNotSupportedException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[39] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[40] = java.lang.Throwable [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[41] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[42] = java.lang.Thread [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[43] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[44] = java.lang.Enum [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[45] = -ApiVersion [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[46] = 2.0_se11 [javatest.batch] 02-01-2022 17:58:43: SVR: ********** Status Report 'jakarta.transaction' ********** [javatest.batch] [javatest.batch] 02-01-2022 17:58:43: SVR: SignatureTest report [javatest.batch] Base version: 1.0 [javatest.batch] Tested version: 2.0_se11 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] Warning: incorrect classpath parameter: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar (/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar). This directory or jar file will be ignored! [javatest.batch] [javatest.batch] [javatest.batch] 02-01-2022 17:58:43: SVR: ********** Package 'jakarta.transaction' - PASSED (STATIC MODE) ********** [javatest.batch] 02-01-2022 17:58:43: SVR: [javatest.batch] [javatest.batch] [javatest.batch] 02-01-2022 17:58:43: SVR: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 02-01-2022 17:58:43: SVR: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[0]: -Verbose [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[1]: -FileName [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[2]: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.transaction.sig_2.0_se11 [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[3]: -Classpath [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[4]: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.naming [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[5]: -Package [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[6]: jakarta.transaction [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[7]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[8]: java.util.Map [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[9]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[10]: java.lang.Object [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[11]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[12]: java.io.ByteArrayInputStream [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[13]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[14]: java.io.InputStream [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[15]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[16]: java.lang.Deprecated [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[17]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[18]: java.io.Writer [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[19]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[20]: java.io.OutputStream [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[21]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[22]: java.util.List [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[23]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[24]: java.util.Collection [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[25]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[26]: java.lang.instrument.IllegalClassFormatException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[27]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[28]: javax.transaction.xa.XAException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[29]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[30]: java.lang.annotation.Repeatable [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[31]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[32]: java.lang.InterruptedException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[33]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[34]: java.lang.CloneNotSupportedException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[35]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[36]: java.lang.Throwable [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[37]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[38]: java.lang.Thread [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[39]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[40]: java.lang.Enum [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[41]: -ApiVersion [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: Param[42]: 2.0_se11 [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[0] = -Verbose [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[1] = -FileName [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[2] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.transaction.sig_2.0_se11 [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[3] = -Classpath [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[4] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.naming [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[5] = -Package [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[6] = jakarta.transaction [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[7] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[8] = java.util.Map [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[9] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[10] = java.lang.Object [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[11] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[12] = java.io.ByteArrayInputStream [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[13] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[14] = java.io.InputStream [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[15] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[16] = java.lang.Deprecated [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[17] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[18] = java.io.Writer [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[19] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[20] = java.io.OutputStream [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[21] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[22] = java.util.List [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[23] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[24] = java.util.Collection [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[25] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[26] = java.lang.instrument.IllegalClassFormatException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[27] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[28] = javax.transaction.xa.XAException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[29] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[30] = java.lang.annotation.Repeatable [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[31] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[32] = java.lang.InterruptedException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[33] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[34] = java.lang.CloneNotSupportedException [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[35] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[36] = java.lang.Throwable [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[37] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[38] = java.lang.Thread [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[39] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[40] = java.lang.Enum [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[41] = -ApiVersion [javatest.batch] 02-01-2022 17:58:43: SVR-TRACE: testArguments[42] = 2.0_se11 [javatest.batch] 02-01-2022 17:58:43: SVR: ********** Status Report 'jakarta.transaction' ********** [javatest.batch] [javatest.batch] 02-01-2022 17:58:43: SVR: SignatureTest report [javatest.batch] Base version: 1.0 [javatest.batch] Tested version: 2.0_se11 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] Warning: incorrect classpath parameter: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar (/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar). This directory or jar file will be ignored! [javatest.batch] [javatest.batch] [javatest.batch] 02-01-2022 17:58:43: SVR: ********** Package 'jakarta.transaction' - PASSED (REFLECTION MODE) ********** [javatest.batch] 02-01-2022 17:58:43: SVR: ********** END VALIDATE PACKAGE 'jakarta.transaction' ********** [javatest.batch] [javatest.batch] 02-01-2022 17:58:43: SVR: [javatest.batch] [javatest.batch] 02-01-2022 17:58:43: SVR: [javatest.batch] [javatest.batch] 02-01-2022 17:58:43: SVR: ****************************************************** [javatest.batch] ****************************************************** [javatest.batch] All package signatures passed. [javatest.batch] Passed packages listed below: [javatest.batch] jakarta.transaction(static mode) [javatest.batch] jakarta.transaction(reflection mode) [javatest.batch] ****************************************************** [javatest.batch] ****************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:58:43: SVR: $$$ SigTestEE.signatureTest() returning [javatest.batch] 02-01-2022 17:58:43: SVR: $$$ SigTestEE.cleanup() called [javatest.batch] 02-01-2022 17:58:43: SVR: cleanup [javatest.batch] 02-01-2022 17:58:43: SVR: $$$ SigTestEE.cleanup() returning [javatest.batch] 02-01-2022 17:58:43: SVR: Test running in jsp vehicle passed [javatest.batch] 02-01-2022 17:58:43: Test status from a jsp: 0: [javatest.batch] 02-01-2022 17:58:43: Test: returning from running in a jsp vehicle [javatest.batch] 02-01-2022 17:58:44: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/signaturetest/jta/JTASigTest.java#signatureTest_from_jsp [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 70 (70 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 2 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/signaturetest/jta/JTASigTest.java#signatureTest_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:58:44: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:58:44: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:58:44: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t signatureTest -vehicle servlet [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:58:45: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:58:45: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:58:45: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:58:45: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:58:45: TRACE: Vehicle to be used for this test is: servlet [javatest.batch] 02-01-2022 17:58:45: Opened connection to http://localhost:8080/JTASigTest_servlet_vehicle_web/servlet_vehicle [javatest.batch] 02-01-2022 17:58:45: TRACE: got outputstream [javatest.batch] 02-01-2022 17:58:45: TRACE: wrote objects to the servlet vehicle [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: init com.sun.ts.tests.common.vehicle.servlet.ServletVehicle ... [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: In doPost [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: ServletVehicle - In doGet [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: ServletVehicle - got InputStream [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: ServletVehicle - read Objects [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: ServletVehicle - Here are the props [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nullvehicle_archive_name=JTASigTest_servlet_vehicle_webnullts_home=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../..nulltestName=signatureTestnullharness.log.delayseconds=1nullvehicle=servletnullsigTestClasspath=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.namingnulljimage.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundlesnullharness.temp.directory=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmpnullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8080nullall.props=falsenullharness.log.traceflag=truenullharness.host=10.40.38.112nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.signaturetest.jta.JTASigTestnullbin.dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnulljtaJarClasspath=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jarnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: TESTCLASS=com.sun.ts.tests.signaturetest.jta.JTASigTest [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.signaturetest.jta.JTASigTest [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: ** IN getRunMethod: testname=signatureTest [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: **runmethod=signatureTest [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: signatureTest_setup [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: signatureTest_cleanup [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:58:45: SVR: $$$ SigTestEE.setup() called [javatest.batch] 02-01-2022 17:58:45: SVR: $$$ SigTestEE.setup() complete [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:58:45: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:58:45: SVR: $$$ SigTestEE.signatureTest() called [javatest.batch] 02-01-2022 17:58:45: SVR: Using the following as the sig-Test map file: sig-test_se11.map [javatest.batch] 02-01-2022 17:58:45: SVR: Using the following as the SigTest Package file: sig-test-pkg-list_se11.txt [javatest.batch] 02-01-2022 17:58:45: SVR: Executing JImage [javatest.batch] 02-01-2022 17:58:45: SVR: /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/jimage extract --dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules [javatest.batch] 02-01-2022 17:58:50: SVR: JImage RC = 0 [javatest.batch] 02-01-2022 17:58:50: SVR: optionalPkgToIgnore = [javatest.batch] 02-01-2022 17:58:50: SVR: ********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION ********** [javatest.batch] [javatest.batch] [javatest.batch] 02-01-2022 17:58:50: SVR: ********** BEGIN VALIDATE PACKAGE 'jakarta.transaction' ********** [javatest.batch] [javatest.batch] 02-01-2022 17:58:50: SVR: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 02-01-2022 17:58:50: SVR: Static mode supports checks of static constants values [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[0]: -Static [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[1]: -CheckValue [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[2]: -mode [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[3]: src [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[4]: -Verbose [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[5]: -FileName [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[6]: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.transaction.sig_2.0_se11 [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[7]: -Classpath [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[8]: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.naming [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[9]: -Package [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[10]: jakarta.transaction [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[11]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[12]: java.util.Map [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[13]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[14]: java.lang.Object [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[15]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[16]: java.io.ByteArrayInputStream [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[17]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[18]: java.io.InputStream [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[19]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[20]: java.lang.Deprecated [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[21]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[22]: java.io.Writer [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[23]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[24]: java.io.OutputStream [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[25]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[26]: java.util.List [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[27]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[28]: java.util.Collection [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[29]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[30]: java.lang.instrument.IllegalClassFormatException [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[31]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[32]: javax.transaction.xa.XAException [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[33]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[34]: java.lang.annotation.Repeatable [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[35]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[36]: java.lang.InterruptedException [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[37]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[38]: java.lang.CloneNotSupportedException [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[39]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[40]: java.lang.Throwable [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[41]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[42]: java.lang.Thread [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[43]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[44]: java.lang.Enum [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[45]: -ApiVersion [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[46]: 2.0_se11 [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[0] = -Static [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[1] = -CheckValue [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[2] = -mode [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[3] = src [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[4] = -Verbose [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[5] = -FileName [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[6] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.transaction.sig_2.0_se11 [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[7] = -Classpath [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[8] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.naming [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[9] = -Package [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[10] = jakarta.transaction [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[11] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[12] = java.util.Map [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[13] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[14] = java.lang.Object [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[15] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[16] = java.io.ByteArrayInputStream [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[17] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[18] = java.io.InputStream [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[19] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[20] = java.lang.Deprecated [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[21] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[22] = java.io.Writer [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[23] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[24] = java.io.OutputStream [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[25] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[26] = java.util.List [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[27] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[28] = java.util.Collection [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[29] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[30] = java.lang.instrument.IllegalClassFormatException [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[31] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[32] = javax.transaction.xa.XAException [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[33] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[34] = java.lang.annotation.Repeatable [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[35] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[36] = java.lang.InterruptedException [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[37] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[38] = java.lang.CloneNotSupportedException [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[39] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[40] = java.lang.Throwable [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[41] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[42] = java.lang.Thread [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[43] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[44] = java.lang.Enum [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[45] = -ApiVersion [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: testArguments[46] = 2.0_se11 [javatest.batch] 02-01-2022 17:58:50: SVR: ********** Status Report 'jakarta.transaction' ********** [javatest.batch] [javatest.batch] 02-01-2022 17:58:50: SVR: SignatureTest report [javatest.batch] Base version: 1.0 [javatest.batch] Tested version: 2.0_se11 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] Warning: incorrect classpath parameter: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar (/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar). This directory or jar file will be ignored! [javatest.batch] [javatest.batch] [javatest.batch] 02-01-2022 17:58:50: SVR: ********** Package 'jakarta.transaction' - PASSED (STATIC MODE) ********** [javatest.batch] 02-01-2022 17:58:50: SVR: [javatest.batch] [javatest.batch] [javatest.batch] 02-01-2022 17:58:50: SVR: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 02-01-2022 17:58:50: SVR: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[0]: -Verbose [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[1]: -FileName [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[2]: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.transaction.sig_2.0_se11 [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[3]: -Classpath [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[4]: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.naming [javatest.batch] 02-01-2022 17:58:50: SVR-TRACE: Param[5]: -Package [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[6]: jakarta.transaction [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[7]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[8]: java.util.Map [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[9]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[10]: java.lang.Object [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[11]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[12]: java.io.ByteArrayInputStream [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[13]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[14]: java.io.InputStream [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[15]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[16]: java.lang.Deprecated [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[17]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[18]: java.io.Writer [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[19]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[20]: java.io.OutputStream [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[21]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[22]: java.util.List [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[23]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[24]: java.util.Collection [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[25]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[26]: java.lang.instrument.IllegalClassFormatException [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[27]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[28]: javax.transaction.xa.XAException [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[29]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[30]: java.lang.annotation.Repeatable [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[31]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[32]: java.lang.InterruptedException [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[33]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[34]: java.lang.CloneNotSupportedException [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[35]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[36]: java.lang.Throwable [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[37]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[38]: java.lang.Thread [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[39]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[40]: java.lang.Enum [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[41]: -ApiVersion [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: Param[42]: 2.0_se11 [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[0] = -Verbose [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[1] = -FileName [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[2] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.transaction.sig_2.0_se11 [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[3] = -Classpath [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[4] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.naming [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[5] = -Package [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[6] = jakarta.transaction [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[7] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[8] = java.util.Map [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[9] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[10] = java.lang.Object [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[11] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[12] = java.io.ByteArrayInputStream [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[13] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[14] = java.io.InputStream [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[15] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[16] = java.lang.Deprecated [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[17] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[18] = java.io.Writer [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[19] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[20] = java.io.OutputStream [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[21] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[22] = java.util.List [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[23] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[24] = java.util.Collection [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[25] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[26] = java.lang.instrument.IllegalClassFormatException [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[27] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[28] = javax.transaction.xa.XAException [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[29] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[30] = java.lang.annotation.Repeatable [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[31] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[32] = java.lang.InterruptedException [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[33] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[34] = java.lang.CloneNotSupportedException [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[35] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[36] = java.lang.Throwable [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[37] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[38] = java.lang.Thread [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[39] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[40] = java.lang.Enum [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[41] = -ApiVersion [javatest.batch] 02-01-2022 17:58:51: SVR-TRACE: testArguments[42] = 2.0_se11 [javatest.batch] 02-01-2022 17:58:51: SVR: ********** Status Report 'jakarta.transaction' ********** [javatest.batch] [javatest.batch] 02-01-2022 17:58:51: SVR: SignatureTest report [javatest.batch] Base version: 1.0 [javatest.batch] Tested version: 2.0_se11 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] Warning: incorrect classpath parameter: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar (/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar). This directory or jar file will be ignored! [javatest.batch] [javatest.batch] [javatest.batch] 02-01-2022 17:58:51: SVR: ********** Package 'jakarta.transaction' - PASSED (REFLECTION MODE) ********** [javatest.batch] 02-01-2022 17:58:51: SVR: ********** END VALIDATE PACKAGE 'jakarta.transaction' ********** [javatest.batch] [javatest.batch] 02-01-2022 17:58:51: SVR: [javatest.batch] [javatest.batch] 02-01-2022 17:58:51: SVR: [javatest.batch] [javatest.batch] 02-01-2022 17:58:51: SVR: ****************************************************** [javatest.batch] ****************************************************** [javatest.batch] All package signatures passed. [javatest.batch] Passed packages listed below: [javatest.batch] jakarta.transaction(static mode) [javatest.batch] jakarta.transaction(reflection mode) [javatest.batch] ****************************************************** [javatest.batch] ****************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:58:51: SVR: $$$ SigTestEE.signatureTest() returning [javatest.batch] 02-01-2022 17:58:51: SVR: $$$ SigTestEE.cleanup() called [javatest.batch] 02-01-2022 17:58:51: SVR: cleanup [javatest.batch] 02-01-2022 17:58:51: SVR: $$$ SigTestEE.cleanup() returning [javatest.batch] 02-01-2022 17:58:51: SVR: Test running in servlet vehicle passed [javatest.batch] 02-01-2022 17:58:51: Test status from a servlet: 0: [javatest.batch] 02-01-2022 17:58:51: Test: returning from running in a servlet vehicle [javatest.batch] 02-01-2022 17:58:52: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/signaturetest/jta/JTASigTest.java#signatureTest_from_servlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 71 (71 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 1 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/signaturetest/jta/JTASigTest.java#signatureTest_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:58:52: Harness - harness.executeMode is set to "2" [javatest.batch] 02-01-2022 17:58:52: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 02-01-2022 17:58:52: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/rt.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/jtatck.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-httpclient-3.1.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/commons-logging-1.1.3.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../classes:/lib/ant.jar HOME=/home/jenkins windir= SYSTEMROOT= /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/tstest.jte -t signatureTest -vehicle standalone [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/jenkins-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 02-01-2022 17:58:52: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 02-01-2022 17:58:52: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:58:52: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 02-01-2022 17:58:52: TRACE: in ServiceEETest.run() method [javatest.batch] 02-01-2022 17:58:52: TRACE: Vehicle to be used for this test is: standalone [javatest.batch] 02-01-2022 17:58:52: TRACE: in custom vehicle so call on EETest. [javatest.batch] 02-01-2022 17:58:52: TRACE: *** in EETest.run(argv,p) [javatest.batch] 02-01-2022 17:58:52: TRACE: TESTCLASS=com.sun.ts.tests.signaturetest.jta.JTASigTest [javatest.batch] 02-01-2022 17:58:52: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.signaturetest.jta.JTASigTest [javatest.batch] 02-01-2022 17:58:52: TRACE: ** IN getRunMethod: testname=signatureTest [javatest.batch] 02-01-2022 17:58:52: TRACE: ** GOT RUN METHOD! [javatest.batch] 02-01-2022 17:58:52: TRACE: **runmethod=signatureTest [javatest.batch] 02-01-2022 17:58:52: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 02-01-2022 17:58:52: TRACE: No setupMethod annotation present [javatest.batch] 02-01-2022 17:58:52: TRACE: getSetupMethod - checking for testcase specific setup method: signatureTest_setup [javatest.batch] 02-01-2022 17:58:52: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 02-01-2022 17:58:52: TRACE: GOT SETUP METHOD! [javatest.batch] 02-01-2022 17:58:52: TRACE: No cleanupMethod annotation present [javatest.batch] 02-01-2022 17:58:52: TRACE: getCleanupMethod - checking for testcase specific cleanup method: signatureTest_cleanup [javatest.batch] 02-01-2022 17:58:52: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 02-01-2022 17:58:52: TRACE: GOT CLEANUP METHOD! [javatest.batch] 02-01-2022 17:58:52: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 02-01-2022 17:58:52: $$$ SigTestEE.setup() called [javatest.batch] 02-01-2022 17:58:52: $$$ SigTestEE.setup() complete [javatest.batch] 02-01-2022 17:58:52: TRACE: INVOKED SETUP METHOD! [javatest.batch] 02-01-2022 17:58:52: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 02-01-2022 17:58:52: $$$ SigTestEE.signatureTest() called [javatest.batch] 02-01-2022 17:58:52: Using the following as the sig-Test map file: sig-test_se11.map [javatest.batch] 02-01-2022 17:58:52: Using the following as the SigTest Package file: sig-test-pkg-list_se11.txt [javatest.batch] 02-01-2022 17:58:52: Executing JImage [javatest.batch] 02-01-2022 17:58:52: /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/jimage extract --dir=/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules [javatest.batch] 02-01-2022 17:58:56: JImage RC = 0 [javatest.batch] 02-01-2022 17:58:56: optionalPkgToIgnore = [javatest.batch] 02-01-2022 17:58:56: ********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION ********** [javatest.batch] [javatest.batch] [javatest.batch] 02-01-2022 17:58:56: ********** BEGIN VALIDATE PACKAGE 'jakarta.transaction' ********** [javatest.batch] [javatest.batch] 02-01-2022 17:58:56: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 02-01-2022 17:58:56: Static mode supports checks of static constants values [javatest.batch] 02-01-2022 17:58:56: TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 02-01-2022 17:58:56: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[0]: -Static [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[1]: -CheckValue [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[2]: -mode [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[3]: src [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[4]: -Verbose [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[5]: -FileName [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[6]: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.transaction.sig_2.0_se11 [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[7]: -Classpath [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[8]: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.naming [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[9]: -Package [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[10]: jakarta.transaction [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[11]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[12]: java.util.Map [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[13]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[14]: java.lang.Object [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[15]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[16]: java.io.ByteArrayInputStream [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[17]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[18]: java.io.InputStream [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[19]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[20]: java.lang.Deprecated [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[21]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[22]: java.io.Writer [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[23]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[24]: java.io.OutputStream [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[25]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[26]: java.util.List [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[27]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[28]: java.util.Collection [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[29]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[30]: java.lang.instrument.IllegalClassFormatException [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[31]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[32]: javax.transaction.xa.XAException [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[33]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[34]: java.lang.annotation.Repeatable [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[35]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[36]: java.lang.InterruptedException [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[37]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[38]: java.lang.CloneNotSupportedException [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[39]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[40]: java.lang.Throwable [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[41]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[42]: java.lang.Thread [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[43]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[44]: java.lang.Enum [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[45]: -ApiVersion [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[46]: 2.0_se11 [javatest.batch] 02-01-2022 17:58:56: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 02-01-2022 17:58:56: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[0] = -Static [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[1] = -CheckValue [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[2] = -mode [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[3] = src [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[4] = -Verbose [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[5] = -FileName [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[6] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.transaction.sig_2.0_se11 [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[7] = -Classpath [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[8] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.naming [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[9] = -Package [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[10] = jakarta.transaction [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[11] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[12] = java.util.Map [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[13] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[14] = java.lang.Object [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[15] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[16] = java.io.ByteArrayInputStream [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[17] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[18] = java.io.InputStream [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[19] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[20] = java.lang.Deprecated [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[21] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[22] = java.io.Writer [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[23] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[24] = java.io.OutputStream [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[25] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[26] = java.util.List [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[27] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[28] = java.util.Collection [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[29] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[30] = java.lang.instrument.IllegalClassFormatException [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[31] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[32] = javax.transaction.xa.XAException [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[33] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[34] = java.lang.annotation.Repeatable [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[35] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[36] = java.lang.InterruptedException [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[37] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[38] = java.lang.CloneNotSupportedException [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[39] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[40] = java.lang.Throwable [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[41] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[42] = java.lang.Thread [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[43] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[44] = java.lang.Enum [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[45] = -ApiVersion [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[46] = 2.0_se11 [javatest.batch] null [javatest.batch] 02-01-2022 17:58:56: ********** Status Report 'jakarta.transaction' ********** [javatest.batch] [javatest.batch] 02-01-2022 17:58:56: SignatureTest report [javatest.batch] Base version: 1.0 [javatest.batch] Tested version: 2.0_se11 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] Warning: incorrect classpath parameter: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar (/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar). This directory or jar file will be ignored! [javatest.batch] [javatest.batch] [javatest.batch] 02-01-2022 17:58:56: ********** Package 'jakarta.transaction' - PASSED (STATIC MODE) ********** [javatest.batch] 02-01-2022 17:58:56: [javatest.batch] [javatest.batch] [javatest.batch] 02-01-2022 17:58:56: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 02-01-2022 17:58:56: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 02-01-2022 17:58:56: TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 02-01-2022 17:58:56: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[0]: -Verbose [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[1]: -FileName [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[2]: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.transaction.sig_2.0_se11 [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[3]: -Classpath [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[4]: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.naming [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[5]: -Package [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[6]: jakarta.transaction [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[7]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[8]: java.util.Map [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[9]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[10]: java.lang.Object [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[11]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[12]: java.io.ByteArrayInputStream [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[13]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[14]: java.io.InputStream [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[15]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[16]: java.lang.Deprecated [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[17]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[18]: java.io.Writer [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[19]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[20]: java.io.OutputStream [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[21]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[22]: java.util.List [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[23]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[24]: java.util.Collection [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[25]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[26]: java.lang.instrument.IllegalClassFormatException [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[27]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[28]: javax.transaction.xa.XAException [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[29]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[30]: java.lang.annotation.Repeatable [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[31]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[32]: java.lang.InterruptedException [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[33]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[34]: java.lang.CloneNotSupportedException [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[35]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[36]: java.lang.Throwable [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[37]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[38]: java.lang.Thread [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[39]: -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[40]: java.lang.Enum [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[41]: -ApiVersion [javatest.batch] 02-01-2022 17:58:56: TRACE: Param[42]: 2.0_se11 [javatest.batch] 02-01-2022 17:58:56: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 02-01-2022 17:58:56: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[0] = -Verbose [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[1] = -FileName [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[2] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.transaction.sig_2.0_se11 [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[3] = -Classpath [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[4] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jts.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/glassfish-naming.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.base:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.rmi:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.sql:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../tmp/jdk-bundles/java.naming [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[5] = -Package [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[6] = jakarta.transaction [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[7] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[8] = java.util.Map [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[9] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[10] = java.lang.Object [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[11] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[12] = java.io.ByteArrayInputStream [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[13] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[14] = java.io.InputStream [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[15] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[16] = java.lang.Deprecated [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[17] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[18] = java.io.Writer [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[19] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[20] = java.io.OutputStream [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[21] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[22] = java.util.List [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[23] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[24] = java.util.Collection [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[25] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[26] = java.lang.instrument.IllegalClassFormatException [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[27] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[28] = javax.transaction.xa.XAException [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[29] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[30] = java.lang.annotation.Repeatable [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[31] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[32] = java.lang.InterruptedException [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[33] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[34] = java.lang.CloneNotSupportedException [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[35] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[36] = java.lang.Throwable [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[37] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[38] = java.lang.Thread [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[39] = -IgnoreJDKClass [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[40] = java.lang.Enum [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[41] = -ApiVersion [javatest.batch] 02-01-2022 17:58:56: TRACE: testArguments[42] = 2.0_se11 [javatest.batch] WARNING: An illegal reflective access operation has occurred [javatest.batch] WARNING: Illegal reflective access by com.sun.tdk.signaturetest.loaders.TigerRefgClassDescrLoader (file:/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/lib/sigtest.jar) to field java.lang.Exception.serialVersionUID [javatest.batch] WARNING: Please consider reporting this to the maintainers of com.sun.tdk.signaturetest.loaders.TigerRefgClassDescrLoader [javatest.batch] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [javatest.batch] WARNING: All illegal access operations will be denied in a future release [javatest.batch] null [javatest.batch] 02-01-2022 17:58:57: ********** Status Report 'jakarta.transaction' ********** [javatest.batch] [javatest.batch] 02-01-2022 17:58:57: SignatureTest report [javatest.batch] Base version: 1.0 [javatest.batch] Tested version: 2.0_se11 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] Warning: incorrect classpath parameter: /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar (/home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/bean-validator.jar). This directory or jar file will be ignored! [javatest.batch] [javatest.batch] [javatest.batch] 02-01-2022 17:58:57: ********** Package 'jakarta.transaction' - PASSED (REFLECTION MODE) ********** [javatest.batch] 02-01-2022 17:58:57: ********** END VALIDATE PACKAGE 'jakarta.transaction' ********** [javatest.batch] [javatest.batch] 02-01-2022 17:58:57: [javatest.batch] [javatest.batch] 02-01-2022 17:58:57: [javatest.batch] [javatest.batch] 02-01-2022 17:58:57: ****************************************************** [javatest.batch] ****************************************************** [javatest.batch] All package signatures passed. [javatest.batch] Passed packages listed below: [javatest.batch] jakarta.transaction(static mode) [javatest.batch] jakarta.transaction(reflection mode) [javatest.batch] ****************************************************** [javatest.batch] ****************************************************** [javatest.batch] [javatest.batch] 02-01-2022 17:58:57: jtaVersion 2.0_se11 [javatest.batch] 02-01-2022 17:58:57: SigTestEE#verifyJtaJarTest - Starting: [javatest.batch] 02-01-2022 17:58:57: SigTestDriver#verifyJTAJarForNoXA - Starting: [javatest.batch] 02-01-2022 17:58:57: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 02-01-2022 17:58:57: TRACE: testArguments[0] = -Static [javatest.batch] 02-01-2022 17:58:57: TRACE: testArguments[1] = -FileName [javatest.batch] 02-01-2022 17:58:57: TRACE: testArguments[2] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/empty.sig [javatest.batch] 02-01-2022 17:58:57: TRACE: testArguments[3] = -Package [javatest.batch] 02-01-2022 17:58:57: TRACE: testArguments[4] = javax.transaction.xa [javatest.batch] 02-01-2022 17:58:57: TRACE: testArguments[5] = -Classpath [javatest.batch] 02-01-2022 17:58:57: TRACE: testArguments[6] = /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/modules/jakarta.transaction-api.jar [javatest.batch] 02-01-2022 17:58:57: ********** Status Report JTA JAR validation ********** [javatest.batch] [javatest.batch] 02-01-2022 17:58:57: SignatureTest report [javatest.batch] Base version: 1.3_se8 [javatest.batch] Tested version: [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 02-01-2022 17:58:57: PASS: javax.transaction.xa not found in API jar [javatest.batch] 02-01-2022 17:58:57: SigTestEE#verifyJtaJarTest returning [javatest.batch] 02-01-2022 17:58:57: $$$ SigTestEE.signatureTest() returning [javatest.batch] 02-01-2022 17:58:57: $$$ SigTestEE.cleanup() called [javatest.batch] 02-01-2022 17:58:57: cleanup [javatest.batch] 02-01-2022 17:58:57: $$$ SigTestEE.cleanup() returning [javatest.batch] 02-01-2022 17:58:58: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/signaturetest/jta/JTASigTest.java#signatureTest_from_standalone [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 72 (72 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 0 [javatest.batch] ******************************************************************************** [javatest.batch] Completed running 72 tests. [javatest.batch] Number of Tests Passed = 72 [javatest.batch] Number of Tests Failed = 0 [javatest.batch] Number of Tests with Errors = 0 [javatest.batch] ******************************************************************************** [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin001_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin001_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin001_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin002_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin002_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/begin/UserBeginClient.java#testUserBegin002_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit001_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit001_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit001_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit002_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit002_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit002_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit003_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit003_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit003_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit004_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit004_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit004_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit005_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit005_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/commit/UserCommitClient.java#testUserCommit005_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus001_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus001_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus001_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus002_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus002_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus002_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus003_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus003_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus003_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus004_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus004_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus004_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus005_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus005_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/getstatus/UserGetStatusClient.java#testUserGetStatus005_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback001_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback001_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback001_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback002_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback002_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback002_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback003_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback003_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback003_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback004_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback004_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback004_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback005_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback005_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/rollback/UserRollbackClient.java#testUserRollback005_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly001_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly001_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly001_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly002_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly002_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly002_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly003_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly003_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly003_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly004_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly004_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/UserSetRollbackOnlyClient.java#testUserSetRollbackOnly004_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout001_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout001_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout001_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout002_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout002_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/UserSetTransactionTimeoutClient.java#testUserSetTransactionTimeout002_from_standalone [javatest.batch] PASSED........com/sun/ts/tests/signaturetest/jta/JTASigTest.java#signatureTest_from_jsp [javatest.batch] PASSED........com/sun/ts/tests/signaturetest/jta/JTASigTest.java#signatureTest_from_servlet [javatest.batch] PASSED........com/sun/ts/tests/signaturetest/jta/JTASigTest.java#signatureTest_from_standalone [javatest.batch] [javatest.batch] Feb 1, 2022, 5:58:58 PM Finished executing all tests, wait for cleanup... [javatest.batch] Feb 1, 2022, 5:58:58 PM Harness done with cleanup from test run. [javatest.batch] Total time = 256s [javatest.batch] Setup time = 0s [javatest.batch] Cleanup time = 0s [javatest.batch] Test results: passed: 72 [javatest.batch] Results written to /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/bin/${work.dir}. BUILD SUCCESSFUL Total time: 4 minutes 19 seconds + cat run.log + sed -e '1,/Completed running/d' ++ head -1 summary.txt ++ tail -1 ++ sed 's/.*=\s\(.*\)/\1/' + PASSED_COUNT=72 ++ head -2 summary.txt ++ tail -1 ++ sed 's/.*=\s\(.*\)/\1/' + FAILED_COUNT=0 ++ head -3 summary.txt ++ tail -1 ++ sed 's/.*=\s\(.*\)/\1/' + ERROR_COUNT=0 + echo ERROR_COUNT=0 ERROR_COUNT=0 + echo FAILED_COUNT=0 FAILED_COUNT=0 + echo PASSED_COUNT=72 PASSED_COUNT=72 + '[' 0 '!=' 0 ']' + '[' 0 '!=' 0 ']' $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 63 killed; [ssh-agent] Stopped. Archiving artifacts [JaCoCo plugin] Collecting JaCoCo coverage data... [JaCoCo plugin] **/**.exec;**/classes;api/src/main/java; locations are configured [JaCoCo plugin] Number of found exec files for pattern **/**.exec: 0 [JaCoCo plugin] Saving matched execfiles: [JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/target/classes 19 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/admin-core/target/classes 3 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/backup/target/classes 18 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli-optional/target/classes 8 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/cli/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/template/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/template/target/classes/lib/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admin/template/target/dependency/lib/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/cluster/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/common/target/classes 57 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/community-theme/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/concurrent/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/corba/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/core/target/classes 5 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dataprovider/target/classes 68 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dist-fragment/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/dist-fragment/target/classes/glassfish/lib/install/applications/__admingui/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb-lite/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/ejb/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/full/target/classes 2 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/gf-admingui-connector/target/classes 20 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jackson-jaxb/target/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jca/target/classes 2 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jdbc/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jms-plugin/target/classes 4 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/jts/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/plugin-service/target/classes 2 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/admingui/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/war/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/admingui/web/target/classes 2 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ant-tasks/target/classes 16 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-config/target/classes 24 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc-standalone/target/classes 5 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/acc/target/classes 113 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/appclient-scripts/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/client/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/connector/target/classes 3 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/core/target/classes 82 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/server/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/appclient/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/batch-database/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-commands/target/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/glassfish-batch-connector/target/classes 9 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/batch/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/amx-javaee/target/classes 86 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/annotation-framework/target/classes 32 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/container-common/target/classes 164 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-ee-api/target/classes 9 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/glassfish-naming/target/classes 40 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/stats77/target/classes 100 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/common/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-connector/target/classes 19 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/concurrent-impl/target/classes 50 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/concurrent/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/admin/target/classes 69 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-connector/target/classes 3 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-inbound-runtime/target/classes 8 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-internal-api/target/classes 69 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/connectors-runtime/target/classes 205 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/descriptors/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/connectors/work-management/target/classes 13 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/api-exporter-fragment/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/javaee-kernel/target/classes 4 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/core/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dol/target/classes 423 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/dtds/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-core/target/classes 6 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/javaee-full/target/classes 19 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/schemas/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/deployment/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/dependency/war/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/stage/glassfish7/glassfish/domains/domain1/lib/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/glassfish/target/stage/glassfish7/glassfish/lib/install/applications/__admingui/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web/target/dependency/war/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web/target/stage/glassfish7/glassfish/domains/domain1/lib/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/distributions/web/target/stage/glassfish7/glassfish/lib/install/applications/__admingui/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-all/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-client/target/classes 5 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-connector/target/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-container/target/classes 383 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-full-container/target/classes 18 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-internal-api/target/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-databases/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app/src/main/webapp/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/ejb-timer-service-app/target/ejb-timer-service-app/WEB-INF/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ejb/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/dist-frag/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/manifest-jar/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/appserv-rt/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes 41216 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes/org/eclipse/persistence/internal/jpa/config/classes 7 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/all/target/classes/org/eclipse/persistence/internal/jpa/metadata/accessors/classes 7 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/nucleus/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-shell/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/glassfish-embedded-static-shell/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/shell/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/tests/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes 27609 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes/org/eclipse/persistence/internal/jpa/config/classes 7 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/embedded/web/target/classes/org/eclipse/persistence/internal/jpa/metadata/accessors/classes 7 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/dist-frag/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/manifest-jar/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/javaee/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/extras/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/glassfish/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/featuresets/web/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/client/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/flashlight/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/glassfish-grizzly-extra-all/target/classes 194 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/grizzly-container/target/classes 8 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/grizzly/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-file-store/target/classes 4 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-cache-bootstrap/target/classes 3 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/ha-shoal-store/target/classes 3 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ha/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/admin/target/classes 17 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-config/target/classes 9 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-core/target/classes 52 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/jdbc40/target/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-ra/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/jdbc-runtime/target/classes 22 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jdbc/templates/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/admin/target/classes 30 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-connector/target/classes 6 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/gf-jms-injection/target/classes 9 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jms-core/target/classes 19 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/jmsra/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/jms/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/ldapbp/target/classes 36 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/libpam4j/target/classes 22 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/admin/target/classes 65 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/gf-load-balancer-connector/target/classes 16 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/load-balancer/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-connector/target/classes 34 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-enabler/target/classes 8 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/orb-iiop/target/classes 30 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/orb/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/felix-webconsole-extension/target/classes 5 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/classes 2 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/osgi-platforms/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/cmp-all/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/cmp-scripts/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/ejb-mapping/target/classes 22 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/enhancer/target/classes 118 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/generator-database/target/classes 14 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/internal-api/target/classes 23 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/model/target/classes 83 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-ejb/target/classes 58 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/support-sqlstore/target/classes 202 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/cmp/utility/target/classes 38 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/common/target/classes 8 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/eclipselink-wrapper/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/entitybean-container/target/classes 54 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/gf-jpa-connector/target/classes 2 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/jpa-container/target/classes 18 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/oracle-jdbc-driver-packages/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/persistence/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-connector/target/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/mail-runtime/target/classes 5 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/mail/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-connector/target/classes 49 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/resources-runtime/target/classes 8 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/resources/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/appclient.security/target/classes 6 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/core-ee/target/classes 164 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/ejb.security/target/classes 38 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/jaspic-provider-framework/target/classes 27 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/security-all/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webintegration/target/classes 16 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/security/webservices.security/target/classes 23 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/osgi-javaee/osgi-web/test1/src/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/osgi-javaee/osgi-web/test4/src/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/osgi-javaee/osgi-web/test7/src/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/paas/basic-jpa/src/main/webapp/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/paas/basic-shared-service-test/src/main/webapp/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/paas/ext-shared-service-enable-disable-test/src/main/webapp/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/paas/external-and-shared-service/src/main/webapp/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/paas/multiple-spe-test/spetest/src/main/webapp/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/quicklook/amx/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/authorization-tck/classes 293 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/applications/jacc_web_containerContracts_web/WEB-INF/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/applications/jacc_web_toolsContracts_web/WEB-INF/classes 16 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/domains/domain1/lib/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/authorization/target/glassfish7/glassfish/lib/install/applications/__admingui/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/target/classes 31 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner/target/tck/glassfish7/glassfish/domains/domain1/lib/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/runner/target/tck/glassfish7/glassfish/lib/install/applications/__admingui/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/embedded_ejb_smoke/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/jakarta-authorization-tck/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/javatest/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/tests/tck/tck-download/tsharness/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/internal-api/target/classes 21 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jta/target/classes 17 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/jts/target/classes 154 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/transaction/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/admin/target/classes 78 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/cdi-api-fragment/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-web-connector/target/classes 28 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gf-weld-connector/target/classes 8 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/gui-plugin-common/target/classes 15 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-ejb-component-provider/target/classes 6 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jersey-mvc-connector/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jsf-connector/target/classes 4 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jspcaching-connector/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/jstl-connector/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/war-util/target/classes 30 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-core/target/classes 458 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/api/target/classes 22 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-embed/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-glue/target/classes 287 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-ha/target/classes 34 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-naming/target/classes 63 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/web-sse/target/classes 16 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/webtier-all/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-fragment/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration-test-fragment/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/web/weld-integration/target/classes 75 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/connector/target/classes 23 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/jsr109-impl/target/classes 81 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-fragments/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/metro-glue/target/classes 6 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/soap-tcp/target/classes 18 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/appserver/webservices/webservices-scripts/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/cli/target/classes 60 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/config-api/target/classes 381 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/launcher/target/classes 22 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/monitor/target/classes 50 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/gf-restadmin-connector/target/classes 9 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-client/target/classes 14 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-service/target/classes 267 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/rest-testing/target/classes 20 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/rest/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/server-mgmt/target/classes 144 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/template/src/main/resources/lib/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/template/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/template/target/classes/lib/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/admin/util/target/classes 174 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/admin/target/classes 69 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/cli/target/classes 29 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/common/target/classes 7 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-adapter/target/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/gms-bootstrap/target/classes 6 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/ssh/target/classes 8 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/cluster/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/amx-core/target/classes 240 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/common-util/target/classes 336 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/glassfish-api/target/classes 244 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/internal-api/target/classes 107 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/mbeanserver/target/classes 26 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/scattered-archive-api/target/classes 5 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/simple-glassfish-api/target/classes 11 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/common/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/api-exporter/target/classes 2 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/bootstrap/target/classes 71 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/context-propagation/target/classes 71 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/extra-jre-packages/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/kernel/target/classes 294 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/logging/target/classes 71 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/core/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/admin/target/classes 45 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/autodeploy/target/classes 17 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/common/target/classes 64 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/dtds/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/schemas/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/deployment/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/context/target/classes 7 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/diagnostics-api/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/diagnostics/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/atomic/target/stage/nucleus/domains/domain1/lib/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/distributions/nucleus/target/stage/nucleus/domains/domain1/lib/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/atomic/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/nucleus/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/featuresets/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/agent/target/classes 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/flashlight-extra-jdk-packages/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/framework/target/classes 67 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/flashlight/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/config/target/classes 86 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/nucleus-grizzly-all/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/grizzly/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/config-types/target/classes 7 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/hk2-config/target/classes 164 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/hk2/tiger-types/target/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/felix/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-interactive/target/classes 107 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-cli-remote/target/classes 4 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/osgi-container/target/classes 9 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/osgi-platforms/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/parent/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/resources/target/classes 30 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/core/target/classes 218 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/services/target/classes 115 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/ssl-impl/target/classes 5 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/security/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/nucleus/test-utils/target/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/qa/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.container/target/classes 242 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/jbatch/target/standards.jsr352.jbatch-master/com.ibm.jbatch.spi/target/classes 13 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/api/target/classes 21 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/tags/target/jstl-api-master/impl/target/classes 236 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish/snapshots/target/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/JTASigTest_jsp_vehicle_web/WEB-INF/classes 18 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/JTASigTest_servlet_vehicle_web/WEB-INF/classes 19 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/begin_jsp_vehicle_web/WEB-INF/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/begin_servlet_vehicle_web/WEB-INF/classes 13 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/commit_jsp_vehicle_web/WEB-INF/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/commit_servlet_vehicle_web/WEB-INF/classes 13 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/getstatus_jsp_vehicle_web/WEB-INF/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/getstatus_servlet_vehicle_web/WEB-INF/classes 13 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/rollback_jsp_vehicle_web/WEB-INF/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/rollback_servlet_vehicle_web/WEB-INF/classes 13 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/setrollbackonly_jsp_vehicle_web/WEB-INF/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/setrollbackonly_servlet_vehicle_web/WEB-INF/classes 13 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/settransactiontimeout_jsp_vehicle_web/WEB-INF/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/applications/settransactiontimeout_servlet_vehicle_web/WEB-INF/classes 13 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/domains/domain1/lib/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/glassfish7/glassfish/lib/install/applications/__admingui/WEB-INF/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/classes 229 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/build_01-Feb-2022/bundle/transactions-tck/classes 41 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/release/JTA_BUILD/latest/transactions-tck/classes 41 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/jakartaee-tck/src/com/sun/ts/tests/jsonb/defaultmapping/classes 0 files [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/transactions-tck/classes 41 files [JaCoCo plugin] Saving matched source directories for source-pattern: api/src/main/java: [JaCoCo plugin] Source Inclusions: **/*.java,**/*.groovy,**/*.kt,**/*.kts [JaCoCo plugin] Source Exclusions: [JaCoCo plugin] - /home/jenkins/agent/workspace/eclipse-ee4j_jta-api-openjdk-jdk11-latest/api/src/main/java 18 files [JaCoCo plugin] Loading inclusions files.. [JaCoCo plugin] inclusions: [] [JaCoCo plugin] exclusions: [] ERROR: Step ‘Record JaCoCo coverage report’ aborted due to exception: java.lang.IllegalStateException: Can't add different class with same name: com/sun/istack/logging/StackHelper at org.jacoco.core.analysis.CoverageBuilder.visitCoverage(CoverageBuilder.java:106) at org.jacoco.core.analysis.Analyzer$1.visitEnd(Analyzer.java:99) at org.objectweb.asm.ClassVisitor.visitEnd(ClassVisitor.java:377) at org.jacoco.core.internal.flow.ClassProbesAdapter.visitEnd(ClassProbesAdapter.java:100) at org.objectweb.asm.ClassReader.accept(ClassReader.java:725) at org.objectweb.asm.ClassReader.accept(ClassReader.java:401) at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:116) at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:132) Caused: java.io.IOException: Error while analyzing /var/jenkins/jobs/eclipse-ee4j_jta-api-openjdk-jdk11-latest/builds/20/jacoco/classes/META-INF/versions/11/com/sun/istack/logging/StackHelper.class. at org.jacoco.core.analysis.Analyzer.analyzerError(Analyzer.java:162) at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:134) at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:157) at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:193) at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:226) at hudson.plugins.jacoco.ExecutionFileLoader.analyzeStructure(ExecutionFileLoader.java:127) Caused: java.io.IOException: While reading class directory: /var/jenkins/jobs/eclipse-ee4j_jta-api-openjdk-jdk11-latest/builds/20/jacoco/classes at hudson.plugins.jacoco.ExecutionFileLoader.analyzeStructure(ExecutionFileLoader.java:130) at hudson.plugins.jacoco.ExecutionFileLoader.loadBundleCoverage(ExecutionFileLoader.java:138) at hudson.plugins.jacoco.JacocoReportDir.parse(JacocoReportDir.java:110) at hudson.plugins.jacoco.JacocoBuildAction.loadRatios(JacocoBuildAction.java:331) at hudson.plugins.jacoco.JacocoBuildAction.load(JacocoBuildAction.java:321) at hudson.plugins.jacoco.JacocoPublisher.perform(JacocoPublisher.java:675) at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:806) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:755) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1072) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:699) at hudson.model.Run.execute(Run.java:1913) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543) at hudson.model.ResourceController.execute(ResourceController.java:99) at hudson.model.Executor.run(Executor.java:431) [Java CompilerJavaDocSpotBugs] Skipping execution of recorder since overall result is 'FAILURE' Finished: FAILURE